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:
>
>
>
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