Re: [PHP] Re: threads in Apache 1.3

2002-09-06 Thread Rick Widmer
At 08:04 PM 9/5/02 -0500, Richard Lynch wrote: > >I use persistant database connections and I wonder, if one connection is > >always in use by one page or by more? > >Each thread will end up having a connection. > >Actually, it will have a connection for *each* username/password combination >used

[PHP] Re: threads in Apache 1.3

2002-09-05 Thread Richard Lynch
>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? As I understand it: Each child processes one (1)