Re: Communication between two or more servlets
Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, February 16, 2005 02:11 PM
"busy" == ? just not responding to your connection request? that's the easiest way. otherwise you need some kind of handshake + load balancing protocol, to ask it whether it is "busy", or how loaded it is on some scale, and have it be able to tell you.