Re: [PHP] to be persistent connected or not to be persistent connected

2001-01-10 Thread Marcelo Gulin
Hi! php manual... http://www.php.net/manual/features.persistent-connections.php regards Marcelo Gulin Kayra Otaner escribió: > > Hi, > > I am searching for detailed information about persistent connection. I've > looked at all the web sites just for "persistent" word but always I f

RE: [PHP] to be persistent connected or not to be persistent connected

2001-01-10 Thread Jon Haworth
In your Apache httpd.conf, do you have the line KeepAlive On - this is the Apache directive to turn on persistent connections. You will also want to play with the MaxKeepAliveRequests directive, if you set it to 0 then it will allow an unlimited number of connections. There may be more to it t