Elwin wrote:
When I use the httpclient.HttpResponse to get http content in nutch, I often get SocketTimeoutExceptions. Can I solve this problem by enlarging the value of http.timeout in conf file?
Perhaps, if you're working with slow sites. But, more likely, you're using too many fetcher threads and exceeding your available bandwidth, causing threads to starve and timeout.
Doug
