--- Akos Maroy <[EMAIL PROTECTED]> wrote:
> Ivan Ristic wrote:
> >   I do not think that is possible, unless PHP engine itself
> >   is contained within a single process (and runs multithreaded).
> >   Which it isn't (under Apache 1.x & , at least).
> 
> I'm not familiar in general with the PHP engine, so my questions may be 
> quite stupid. Anyway:
> 
> How is a persistent database connection handled then? e.g. in the mysql 
> module?
> 
> looking at the mysql module source code, it seems that there is a list 
> called persistent_list, used in such a manner:
> 
> zend_hash_find(&EG(persistent_list), hashed_details, 
> hashed_details_length+1, (void **) &le
> 
> would this provide some persistnece? If yes, how to use it exaclty? (I 
> couldn't make it work myself.)
> 
> 
> It seems to me that libphp_java.so is unloaded every once in a while. 
> For example, global static variable defined in the module get 
> re-initialized every once in a while. Is this so?

Are you sure its getting unloaded or is it starting up in another httpd?

 - Brad



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to