Tony J. White wrote:
Actually, the JVM is unloaded by php.  In the latest CVS the code from
destroy_jvm() has been removed that tried to dlclose() the JVM.  This was
done because it is impossible to dlclose() a JVM because DestroyJavaVM()
is broken in all JNI implementations.
I see. But if you dlclose()-it, what happens to open resources, like open file descriptors, network sockets, etc? It seems to be a crude way of unloading the JVM...


Akos



--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to