Re: [PHP-DEV] $$Need apache server database pool....$$ From: Alex Belits (abelits <email protected>)
Date: 07/20/00

On Wed, 19 Jul 2000, Eric Peters wrote:

> Checkout the thread on the php-general mailing list with regard to
> "Large PHP/Database driven site & scalability" but anyhow I need to have
> connection pooling integrated into the mysql_pconnects in an apache/php
> module environment instead of the current apache child based pool -
> If i can get confirmation on the possibility of it, and
> how long it would take I would enjoy looking into financing the
> development of it - and I've seen threads all over the php mailing list of
> people asking for it - I'm sure its possible to start a combined pool for
> the funding as well

  Apache 2.0 is threaded, so probably some
masochists^H^H^H^H^H^H^H^H^H^Hbrave souls will eventually write something
of that kind for it.

  However if what you mean can be done by having limited number of
connections each served by process, and having database-using php requests
directed only to processes that have connections, and all other
requests served by processes that aren't in that set, my fhttpd does it.

-- 
Alex

---------------------------------------------------------------------- Excellent.. now give users the option to cut your hair you hippie! -- Anonymous Coward

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>