Re: Opening multiple database channels
Re: Opening multiple database channels
- Subject: Re: Opening multiple database channels
- From: Mike Schrag <email@hidden>
- Date: Fri, 23 Mar 2012 13:15:32 -0400
Definitely can be used to do better routing. Multiple instances still doesn't save you from hang ups. You could have two people on one instance, and one locks and hangs, and the other backs up. However, combine that with your session persistence and you could fail them over to another instance after x seconds by handling some new error code in the adaptor. However, multiple stacks per instance doesn't suffer from the problem (until you run out of memory).
Sent from my iPhone
On Mar 23, 2012, at 11:58 AM, Ramsey Gurley <email@hidden> wrote:
>
> I also wonder if this information can be used to implement more effective load balancing. No reason to direct users to an instance if one user on that instance has EOF tied up fetching a large blob out of the database for instance. I'll have to look for the location of the load balancer in WO sometime. I'd like to see how it works.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden