Re: DeltaManager initialization delay

2008-11-25 Thread Peter Rossbach
Hi Jason, patch looks good to me. Open a Bug report and we can test the patch at trunk. Many thanks Peter Am 25.11.2008 um 00:14 schrieb Jason: Adds a threadsafe latch to the DeltaManager which is used to block processing of cluster messages until local applications have completed ini

Re: DeltaManager initialization delay

2008-11-24 Thread Filip Hanik - Dev Lists
Jason, thank you for your patch, please open an incident and attach it there https://issues.apache.org/bugzilla/index.cgi Filip Jason wrote: Adds a threadsafe latch to the DeltaManager which is used to block processing of cluster messages until local applications have completed initialization

Re: DeltaManager initialization delay

2008-11-24 Thread Jason
Adds a threadsafe latch to the DeltaManager which is used to block processing of cluster messages until local applications have completed initialization. Includes changes to the DeltaManager to create the latch based on configuration, changes to Catalina to automatically open the latch when initia

Re: DeltaManager initialization delay

2008-11-21 Thread Peter Rossbach
Hi Jason, send us your implementation and let us review your stuff :-) You can also register a ContextListener at DeltaManager.setContainer () to control your latch. Are your sure that session sync message (GET ALL Session) is received before first request at second node is processed? I thi

Re: DeltaManager initialization delay

2008-11-20 Thread Filip Hanik - Dev Lists
patches are always welcome, shoot it over and we can review it Filip Jason wrote: This message is targeted at Filip Hanik, Craig R. McClanahan, Jean-Francois Arcand, Peter Rossbach or anyone with a direct interest in the DeltaManager implementation in Tomcat 6. A vendor (who will remain namele