Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: use CGI or die, even with mod_perl?

by IlyaM (Parson)
on Apr 29, 2003 at 13:39 UTC ( [id://253946]=note: print w/replies, xml ) Need Help??


in reply to use CGI or die, even with mod_perl?

People use CGI module for two things:
  • For HTML generation. Some people might argue that you'd better use templating modules instead. Anyway it is not relevant to the question if you should use CGI with mod_perl - if you like CGI.pm functionality for HTML generation there is no "better" mod_perl replacement.
  • For query processing and file uploads processing. Here you can replace this module with Apache::Request. It has very similar API but in theory it should be faster and smaller as this module is writen in C (though I should note that it was never a bottleneck in my mod_perl projects).

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org

  • Comment on Re: use CGI or die, even with mod_perl?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-19 01:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found