LoadBalancer

2019-09-09 Thread André Rothe via Webobjects-dev
Hello, In the JavaMonitor I found the LoadBalancer properties. We use "Round Robin" for our application, but I asked myself, how I could implement a custom scheduler for a specific problem (multiple instances of an application, but some requests should always use a defined instance, all all o

Re: LoadBalancer

2019-09-09 Thread Michael Kondratov via Webobjects-dev
I believe you could do something with Apache mod_proxy. Michael > On Sep 9, 2019, at 4:06 PM, André Rothe via Webobjects-dev > wrote: > > Hello, > > In the JavaMonitor I found the LoadBalancer properties. We use "Round Robin" > for our application, but I asked myself, how I could implement

Re: LoadBalancer

2019-09-09 Thread Morris, Mark via Webobjects-dev
Hi André, If in reality the situation is as simple as your example, perhaps you could just create a separate single instance with a distinct name for your “defined instance", and use that for requests that require it. We do something like that for certain special situations. Regards, Mark > O