>I'm currently mulling over classloader caching. One concern I have is
>that,
>certainly on Windows, the classloader will retain read locks on the >>jar
>files in the classpath. These can be the cause of mysterious "access
>denied"
>errors when people try to delete these jar files. So caching can be a
>problem too. One possibility would be to create a classloader data type

><classloader id="common">
>    <classpath refid="blah"/>
></classloader>
>
><java>
>   <classloader refid="common">
></java>
>
>let me think about that a bit more.

I like this path a lot. What can I do to get things moving on it?

Paul

Reply via email to