I would like to know how many PHP page apache generates in one thread at the
same time.

For example, two clients share the same thread of the apache web server.
they request at the same time a php page. Does apache process them one by
one?

I use persistant database connections and I wonder, if one connection is
always in use by one page or by more?

Heiko



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to