On 2/26/07, M M <[EMAIL PROTECTED]> wrote:
Thanks for your reply. Our client application will always use keep-alive which is the default beahvior of HTTP/1.1 and it does not do simultaneous connections to the web server. Thanks. Monica
Why use HTTP for a connection that is persistent? Wouldn't you be better off using RMI or some similar technology? HTTP was designed to be connectionless. The keepalive is an optimization trick, and is specifically layered beneath the ability of the programmer to utilize or control. -- Gary Evesson