java.net.URL synchronization

2009-12-09 Thread Otis Gospodnetic
Hello, Has anyone seen this: http://www.supermind.org/blog/580/java-net-url-synchronization-bottleneck ? Is this something that needs to be addressed in Nutch (and thus in Bixo, and thus in the common crawler project)? Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch

RE: java.net.URL synchronization

2009-12-09 Thread Fuad Efendi
- From: Otis Gospodnetic [mailto:ogjunk-nu...@yahoo.com] Sent: December-09-09 5:12 PM To: nutch-dev@lucene.apache.org Subject: java.net.URL synchronization Hello, Has anyone seen this: http://www.supermind.org/blog/580/java-net-url-synchronization-bottleneck ? Is this something

RE: java.net.URL synchronization

2009-12-09 Thread Fuad Efendi
- From: Fuad Efendi [mailto:f...@efendi.ca] Sent: December-09-09 5:40 PM To: nutch-dev@lucene.apache.org Subject: RE: java.net.URL synchronization I checked java.net.URL; yes, Nutch and BIXO implicitly use synchronized Hashtable: public URL(String protocol, String host, int port