On Thu, 5 Dec 2002, [ISO-8859-2] Maróy Ákos wrote:
> > Actually, the JVM is unloaded by php.  In the latest CVS the code from
>
> 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...

Oops!  That should have read "the JVM is _NOT_ unloaded by php.".

Once loaded the JVM remains loaded by the PHP process.  When php scripts
finish or variables are unset() DeleteLocalRef() is called on the JVM to
allow the JVM to garbage collect unused resources, but the JVM remains
running.

-Tony

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

Reply via email to