java.net.URL question
Michael Koch
konqueror@gmx.de
Sat Sep 27 13:29:00 GMT 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello list,
I'm currently trying to merge java.net.URL with classpath.
Unfortunately both use little different strategies when caching
URLStreamHandlers. libgcj caches the handlers themself and directly
return them on request. Classpath stores Class objects of the
handlers into its cache and creates a new instance when a handler for
a cached protocol is requested.
What is the prefered way to handle this ? I search through SUNs
documention and other webpages but couldnt find anything.
Any comments ?
Michael
- --
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/dYdKWSOgCCdjSDsRApcQAJ4uiHoB+5ImMq1RwOo7Ww7gQdNBRgCgl/WX
lEhLfNDm0KkseM36/IXewB0=
=VpEY
-----END PGP SIGNATURE-----
More information about the Java
mailing list