Hi ,
My app uses a multithreaded connection manager to make
multi thread post a url periodically. each connection
is released after each post operation.
if some thread gets connection timeout , let's say
more than 5 times, thread just hangs. i donot use any
retry manager or something like that. my threads do
not reach run() method's exit block. i need to
reinitiate stop all other threads and start again
manually.
what could be the reason ?
PS:
i init multithreadedconnectionmgr :
cmgr.getParams().setDefaultMaxConnectionsPerHost(256);
cmgr.getParams().setMaxTotalConnections(256);
cmgr.getParams().setConnectionTimeout(8000);
and i use single client instance for all threads.
best regards.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]