Re: LoadBalancer
Re: LoadBalancer
- Subject: Re: LoadBalancer
- From: "Morris, Mark via Webobjects-dev" <email@hidden>
- Date: Mon, 9 Sep 2019 21:48:40 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=experian.com; dmarc=pass action=none header.from=experian.com; dkim=pass header.d=experian.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=vfkuve/ZWxBf2+JEQJOSIhOnl4QGXLZeI/ET5RELMyk=; b=TjCDxV5+QshuDYj50oSIXairjvMfo1GVSJM6Fr7m8e6GL2V0grs+C/ghi2HPw90d7rHQ9wVdHaA+vRtxMC0NzUGdopvmaZgqOu5E+M/j8uQs+6ztggUOuPJeDqOp5D7Vi9YPS2PDTVm2bJHx75EI+EubzKWb9iJzetqyieVSQjYkb+/M/218ld3YwRIlSqbrbmcPGkmza/+ZBHAyFF21WrOcIH9L49sCjJDCxLGf2udinpNE69OIOIPrxHBlsz2nTF6bB5pXmaNzt7bqSJ2ES64EnwqB5ZLiLHMEBYkyRGH3/56G2MCfYdRIGb+paac0Xzn/HJYcGzaZ06SP3g7pSQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lbMQrhKpR33c+9HNbq62d1H8Neqv3lZrasMnhBWUv8ZS1oQuZthqfGW8SLK/Pj1jmHgJ6jkamPTqcpqPiE3JvnB/zGFo00d8lfu3hoI8hqRFvjyOUj1xAVT/Nu8n8zUqWSGHxbYDXTfOuAUgdfmqArRAo5ggaL536Plr8oSHGbDIRBEhm13aV0JlJJ7s+BiwTjSv3heewv3oJxn6ZUWmmUBkOqeKsLF9c7C6gwa4NUYkOJxccoVKVQYxDxezHukfrnv+c9PXrSIrn3EwcoPIT87/+x/qxoQynL5wZbR3uAlcUY0la+vRLqATE4PnKN+RGKBSPy0lv5jBYf5pJUostA==
- Thread-topic: LoadBalancer
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
> <email@hidden> 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 (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
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
References: | |
| >LoadBalancer (From: André Rothe via Webobjects-dev <email@hidden>) |