Hello, Has anyone else encountered the following problem? Internet Explorer limits the number of simultaneous HTTP 1.1 connections to a single webserver to two. This isn't a Java limitation but a WinInet limit described in Knowledge Base article Q183110. This is posing a problem for an applet I have written which has two threads that connect to the same webserver. It appears that after a URLConnection closes it takes some time for the underlying socket to close. I quickly get into a situation where HTTP requests are blocking - for a minute or two. Does anyone know if there is a way to speed up the closing of teh URLConnection's underlying socket in tHE MS IE JVM? Peter Booth [EMAIL PROTECTED] This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP, CREDIT SUISSE FIRST BOSTON, and each of their subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of any such entity. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
