Re: Late Binding

2013-11-15 Thread Suresh Mathew
On Mon, Nov 11, 2013 at 11:08 AM, Suresh Mathew suresh@gmail.comwrote: On Mon, Nov 11, 2013 at 9:32 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2013/11/11 Suresh Mathew suresh@gmail.com: Got it Konstantin, Thank you... But stopping and starting would mean that we

Re: Late Binding

2013-11-11 Thread Mark Thomas
On 11/11/2013 04:35, Suresh Mathew wrote: Hi Mark, Thank you very much for the response. Sounds good. Would the init be also initializing the app?. No. The Containers would start normally. It would just be the the connector(s) that had to be started later. Because we want the bind(start

Re: Late Binding

2013-11-11 Thread Konstantin Kolinko
2013/11/11 Suresh Mathew suresh@gmail.com: Got it Konstantin, Thank you... But stopping and starting would mean that we spend time in between and wont be able to instance switch?. You meant s/instance/instant/ ? Starting from a new connector and starting a previously stopped connector

Re: Late Binding

2013-11-11 Thread Suresh Mathew
On 11/11/2013 04:35, Suresh Mathew wrote: Hi Mark, Thank you very much for the response. Sounds good. Would the init be also initializing the app?. No. The Containers would start normally. It would just be the the connector(s) that had to be started later. I agree, Let me try the

Re: Late Binding

2013-11-11 Thread Suresh Mathew
On Mon, Nov 11, 2013 at 9:32 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/11/11 Suresh Mathew suresh@gmail.com: Got it Konstantin, Thank you... But stopping and starting would mean that we spend time in between and wont be able to instance switch?. You meant

Re: Late Binding

2013-11-10 Thread Suresh Mathew
Hi Mark, Thank you very much for the response. Sounds good. Would the init be also initializing the app?. Because we want the bind(start in this scenario) to be as small as possible. Thanks Suresh On Fri, Nov 8, 2013 at 12:25 AM, Mark Thomas ma...@apache.org wrote: On 08/11/2013 04:18,

Re: Late Binding

2013-11-08 Thread Mark Thomas
On 08/11/2013 04:18, Suresh Mathew wrote: All, Can we add a new state to bind the port after the startup is completed. Right now start will start the app after binding to the port. We can delay the binf after connector is started using bindOnInit. But this is a little different.

Re: Late Binding

2013-11-08 Thread Konstantin Kolinko
2013/11/8 Suresh Mathew suresh@gmail.com: All, Can we add a new state to bind the port after the startup is completed. Right now start will start the app after binding to the port. We can delay the binf after connector is started using bindOnInit. But this is a little different.

Late Binding

2013-11-07 Thread Suresh Mathew
All, Can we add a new state to bind the port after the startup is completed. Right now start will start the app after binding to the port. We can delay the binf after connector is started using bindOnInit. But this is a little different. StartOnly - Starts The Server and the apps. Bind - Then