|
From: Anat H. <an...@en...> - 2006-04-04 12:05:00
|
Hi all, I'd like to disable all restarts except for explicit calls to WrapperManager - is this possible? I've also tried to use the wrapper.max_failed_invocations, and it did not work as I expected it to - the application kept running for a while before crashing, so it was considered a successful invocation. Is there any way of making the wrapper ignore the successful_invocation_time property (except setting it to a really large number)? The problem I'm trying to deal with is that the application runs, and then, depending on the input, crashes. The wrapper handled this situation by restarting the application over and over, despite the wrapper.max_failed_invocations=2. Any suggestions? Many thanks, Anat |