[jboss-dev-forums] [Design of POJO Server] - Re: HDScanner exception

dimitris@jboss.org do-not-reply at jboss.com
Tue Jun 10 10:41:05 EDT 2008


I understand the issue is that the jdk's FileURLConnection is producing too many Files/FDs because it eagerly list every directory url. So it has a greater chance of runing quickly out of FDs. Normally a GC should free those, but it seems the jdk on fedora has a problem with that.

I'm thinking of putting back our FileURLConnection impl and add support for directory listing. This looks like the safest option for now.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157040#4157040

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157040



More information about the jboss-dev-forums mailing list