RE: java.net.URL synchronization

2009-12-09 Thread Fuad Efendi
ginal Message- > 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: > > >

RE: java.net.URL synchronization

2009-12-09 Thread Fuad Efendi
I checked java.net.URL; yes, Nutch and BIXO implicitly use synchronized Hashtable: public URL(String protocol, String host, int port, String file, URLStreamHandler handler) throws MalformedURLException { ... if (handler == null && (handler = getURLS