http://qs321.pair.com?node_id=668126


in reply to Re^2: storing DBI database handle in CGI::Session object ?
in thread storing DBI database handle in CGI::Session object ?

To run CGI scripts persistently, you can also use CGI::SpeedyCGI. With this module, a script can be made persistent by changing #!/usr/bin/perl to #!/usr/local/bin/speedy (or what the path to the speedy binary is on your system). Then you can keep database handles in that persistent process.

-- Kirill