- Java or native load balancer, with session affinity support. This could be the perfect commons project, and is not really related to Tomcat
After looking into it, writing a load balancer in Java will only cause the load balancer to become a bottleneck nothing else, Java doesn't offer enough low level to be able to do TCP load balancing well.
I know there's the project called "balance" that you pointed out before, but I don't think it supports session affinity (bad, since session affinity is mandated by the spec).
Remy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]