Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: New version of Mod_perl

by adamarc (Initiate)
on Jan 29, 2015 at 21:34 UTC ( [id://1114975]=note: print w/replies, xml ) Need Help??


in reply to Re: New version of Mod_perl
in thread Performance comparison Apache/FastCGI/Plack vs Apache/FCGI vs Plack standalone vs Apache/mod_perl (was "New version of Mod_perl")

My site is a high traffic site that uses mod_perl only for the following reasons:
- performance since all code is precompiled
- persistent database connections (DBI is overloaded by Apache::DBI to do this)
- good UTF8 support
- code does not need to be rewritten. It overloads the CGI object

I've considered the following modules:
FCGI: does not support multi-byte chars properly (it is not Unicode aware and only characters within the range 0x00-0xFF are supported)
FastCGI: no persistent database connections. UTF8 support?
Plack: requires refactoring of the code. I couldn't find persistent database connection support in the man pages.

Did I miss a solution? Thank you for your reply. I'm curious to find out about your thoughts.

Replies are listed 'Best First'.
Re^3: New version of Mod_perl
by stonecolddevin (Parson) on Jan 29, 2015 at 21:56 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-28 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found