Alexey I believe your application simply exceeds the maximum number of simultaneous connection the target server is configured to support
For multithreaded applications consider using MultiThreadedHttpConnectionManager For more details refer to the HttpClient threading guide: http://jakarta.apache.org/commons/httpclient/threading.html Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
