I need to automatically give a free connection to a given user upon connection, and depending on the connection they requested.

Example :

Alice connects to connection A.
The admin has prepared connections A1, A2, A3, A4, so A is only an entry point to the four other mentionned connections. Upon connecting to A, Alice is actually redirected to the first of either A1, A2, A3 or A4 that is not yet opened by another user. The logic is that these 4 connections offer the same service, but can't be used at the same time by multiple users.

Exactly the same logic happens to Bob when he requests connection B, with another set of connections in the background, B1 through B4 that each offer the same service, again, but A et B are different services.

The purpose is to offer a choice between services A et B to the user whilst allowing Apache to do some kind of "load balancing" in the background.

(Please note that connections A1 through A4, e.g., could also be a single connection, if the extension/script is able to edit the 'username' and 'password' before connecting).

Is there an extension doing that or something similar ?

In case there isn't we might be interested to work with a developper, if Apache has the tools to do this in a realistically simple way.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to