RE: MultiThread and setSoTimeout

2003-09-12 Thread Kalnichevski, Oleg
-Original Message- From: Ortwin Glück [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 3:35 PM To: Commons HttpClient Project Subject: Re: MultiThread and setSoTimeout [EMAIL PROTECTED] wrote: > Hi, > > my question is the following: I would like to set different timeouts

Re: MultiThread and setSoTimeout

2003-09-11 Thread Ortwin Glück
[EMAIL PROTECTED] wrote: Hi, my question is the following: I would like to set different timeouts between threads..What is the best way to do this? You can wait for the new preference architecture to be finished which shall allow this. I can't find any methods to set the timeout except in HttpC

MultiThread and setSoTimeout

2003-09-11 Thread [EMAIL PROTECTED]
Hi, my question is the following: I would like to set different timeouts between threads..What is the best way to do this? I can't find any methods to set the timeout except in HttpClient and HttpConnection. Setting it in HttpClient results in the same timeout for every connection, and, as exec

RE: MultiThread

2003-03-27 Thread Kalnichevski, Oleg
/jakarta-commons/httpclient/src/examples/MultiThreadedExample.java?rev=HEAD&content-type=text/vnd.viewcvs-markup Cheers Oleg -Original Message- From: Thiago [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 13:11 To: Kalnichevski, Oleg; [EMAIL PROTECTED] Subject: RE: MultiThread

RE: MultiThread

2003-03-27 Thread Thiago
ent > should be a bit smarter when encountering a stale connection. At the moment > HttpClient > simply raises a HttpRecoverableException and let the caller deal with it > > 2. Since you appear to be handling the multithread synchronization by yourself, > anyway, > it may m

RE: MultiThread

2003-03-27 Thread Kalnichevski, Oleg
connection. At the moment HttpClient simply raises a HttpRecoverableException and let the caller deal with it 2. Since you appear to be handling the multithread synchronization by yourself, anyway, it may make sense to use SimpleHttpConnectionManager instead of MultiThreadedConnectionManager Again

MultiThread

2003-03-20 Thread Thiago Costa
Dear Friends, I'm using the HTTP Client in a pool of connection. I have created a class that manage a list of URL. For example: i have a list of 100 URLs of diferent hosts. I want to retrieve all this urls but i don't want to do this in a sequencial mode. I want to put some connections in a p