We have a dynamic application that hits the server with two requests at the
same time (two browser windows).  I need to make sure that both of these
requests hit the same JServ instance, but there's no way to guarantee a
cookie that's used by both.

Is there an easy way to do load balancing over source IP address or
something other than a session cookie?  I've looked over jserv_balance.c,
and could probably hack something there by changing the default server
selection algorithm, but hoped there was a simpler way to do this that I
had missed.




--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to