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

> On Sep 9, 2019, at 3: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 a custom 
> scheduler for a specific problem (multiple instances of an application, but 
> some requests should always use a defined instance, all all other requests 
> should be redirected and balanced between the other instances). Is there an 
> interface, which my scheduler has to implement?
> 
> Thank you
> André
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com
> 
> This email sent to mark.mor...@experian.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 a custom 
> scheduler for a specific problem (multiple instances of an application, but 
> some requests should always use a defined instance, all all other requests 
> should be redirected and balanced between the other instances). Is there an 
> interface, which my scheduler has to implement?
> 
> Thank you
> André
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com
> 
> This email sent to mich...@aspireauctions.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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 other requests should be redirected and balanced between the other 
instances). Is there an interface, which my scheduler has to implement?


Thank you
André
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com