Meant this of course:

environment.put("jmx.remote.x.request.timeout", new Long(Long.MAX_VALUE));

On Tue, Feb 26, 2008 at 9:54 PM, Geert Bevin <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  Gary discovered that when letting the CVT idle for too long, the
>  connections between L1 agents and L2 times out. This can be solved by
>  changing ClientConnectEventHandler so that:
>
>  environment.put("jmx.remote.x.request.timeout", Long.MAX_VALUE);
>
>  is used instead of the current 60000.
>
>  Does anybody know if this could badly impact other things? I want to
>  make sure before changing some timeout value that maybe something else
>  relies on.
>
>  Thanks,
>
>  Geert
>
>  --
>  Geert Bevin
>  Terracotta - http://www.terracotta.org
>  Uwyn "Use what you need" - http://uwyn.com
>  RIFE Java application framework - http://rifers.org
>  Music and words - http://gbevin.com
>



-- 
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to