Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Tomcat, CGI scripts and DBI connection persistence

by ikegami (Patriarch)
on Nov 01, 2011 at 20:37 UTC ( [id://935212]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Tomcat, CGI scripts and DBI connection persistence
in thread Tomcat, CGI scripts and DBI connection persistence

Perl code executed by mod_perl is executed in a Perl interpreter in the Apache process. The interpreter is created when apache starts up and it persists on until the apache child exits.

While the db connection is still limited to a process -- each apache process has its own pool -- that process can handle more than one HTTP request.

  • Comment on Re^3: Tomcat, CGI scripts and DBI connection persistence

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://935212]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-25 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found