I have to perform another test... At least we know that the problem is in Network Layer... I believe: not only HTTP_1_1, but also establishment of TCP connection takes long time (including intermediary equipment such as routers, firewall, per-IP-based load balancers, ...)
In my sample, HttpFactory caches TCP connections (3 sockets per host), and HTTPClient automatically reestablishes HTTP-Keep-Alive each 60 seconds, probably HttpClient/Apache also has this functionality which we don't use yet... Thanks, Fuad >This is interesting. Could you please check what is the difference in >this benchmark, if you set HttpVersion.HTTP_1_1 in >protocol-httpclient/HttpResponse.java:92 ? >Unfortunately, Nutch cannot use that library because it's LGPL. -- Best regards, Andrzej Bialecki <>< ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
