[Rabbit-proxy-users] Re: Others wait after error...
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2004-04-22 21:01:06
|
Samuel Hill wrote: >I noticed the following problem. >When there is some sort of exception, like below, Rabitt will hold of >all other request until the retries are completed. >.... >[19/Apr/2004:20:19:51 GMT][WARN][Could not find the host: >'java.net.UnknownHostException: www.fafsa.edu.gov: www.fafsa.edu.gov': > > Hmm. That depends on the name resolver you have. It may be that the standard version is single-threaded. Then only one java thread can do name lookups at the same time (meaning that some request may be finished but no new are started). It is probably possible to insert dnsjava or a similar lib to get the dns lookup to be more well behaved. /robo |