Re: [PHP-DB] problem with pconnect

2001-12-11 Thread Shane Wright
Hi Markus I assume you're using Apache with PHP installed as a DSO? If not ignore my ramblings... AFAIK, the persistent connections are per-process - i.e. each Apache process gets its own [set of] persistent processes. But when you connect to apache, you rarely get the same process as you go

Re: [PHP-DB] problem with pconnect

2001-12-11 Thread Dobromir Velev
Hi, Check the description and the comments on www.php.net/manual/en/features.persistent-connections.php there is a very good explanation of this problem. The basic idea is that mysql_pconnect() will not reuse connections opened by different httpd processes. If you don't expect more than 100 con