Posted by Susan Baker on 12/20/05 03:39
PHP Newbie here - I apologize if any of my questions appear daft or
obvious ...
Does PHP (or maybe the web server - Apache in my case), support
(database) connection pooling?. It seems terribly inefficient if every
request for data wil incurr the overhead of creating a connection to the
db.
While on the subject of pooling - does any one know (when using PHP in
"server side scripting") if scripts are launched as seperate processes
or if they are spawned as threads in a thread pool of a master process?
(pref the latter since it is less "expensive" in computer resource terms)
MTIA
Navigation:
[Reply to this message]
|