Re: [PHP] SAPI (Apache 2) question & connection pooling

2002-02-01 Thread Rasmus Lerdorf
> On Fri, Feb 01, 2002 at 09:14:24AM -0800, Rasmus Lerdorf wrote: > > > a) if Apache 2 is a single-process server (as opposed to Apache 1.x which > > > forks a new process for a new request) > > > > It is a hybrid server which can be anything from one to the other. > > > > > b) if PHP will work, o

Re: [PHP] SAPI (Apache 2) question & connection pooling

2002-02-01 Thread Frank Joerdens
On Fri, Feb 01, 2002 at 09:14:24AM -0800, Rasmus Lerdorf wrote: > > a) if Apache 2 is a single-process server (as opposed to Apache 1.x which > > forks a new process for a new request) > > It is a hybrid server which can be anything from one to the other. > > > b) if PHP will work, or does work,

Re: [PHP] SAPI (Apache 2) question & connection pooling

2002-02-01 Thread Rasmus Lerdorf
> a) if Apache 2 is a single-process server (as opposed to Apache 1.x which > forks a new process for a new request) It is a hybrid server which can be anything from one to the other. > b) if PHP will work, or does work, with Apache 2 in this mode It works today. > c) how database connection p

[PHP] SAPI (Apache 2) question & connection pooling

2002-02-01 Thread Frank Joerdens
Greetings. I am wondering about the status of the multithreaded PHP for the multithreaded Apache. In particular, I'd like to know a) if Apache 2 is a single-process server (as opposed to Apache 1.x which forks a new process for a new request) b) if PHP will work, or does work, with Apache 2 in