|
From: Leif M. <le...@ta...> - 2004-08-18 14:37:17
|
Taikei,
Great. Glad you got things working. As I said before though. Be
careful of setting
timeouts to 0. That tells the wrapper to NEVER timeout. Even if you
set to a very
long value like 1 hour (3600) It will at least restart eventually
should something bad
happen on startup.
Cheers,
Leif
v1...@za... wrote:
>Thank you. I am using method #3. I was pointed out by my leader, that
>there is no evidence of pinging during listener.start(). There is a
>critical issue, which listener.start() is waiting about 5 minutes to finish.
>This is due to listener.start() awaiting for a particular host to connect
>and initialize. We just don't want to send "STARTED" packet before all of
>the initialization have finished. I set the ping and ping interval to
>default and wrapper.startup.timeout=0, so far working good for us.
>
>Thanks
>
>Taikei Matsushita
>
>
|