Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Compile vs mod_perl vs perl
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="A. Sinan Unur, post: 4857141"] mod_perl works within Apache, so I don't think it is relevant to your situation. Yes. In the most naive scenario, mod_perl represents a speedup over CGI by not going through the whole invoke perl, compile modules etc routine every time a Perl script is invoked via Apache. Yes to the second question as well. I do not know the internals. I do not care about the internals. If you are looking to speed up your program, trying to compile to C is the last avenue you should be considering. It is better to look at how your program does what it does and identify what it does slowly and which of those tasks that it does slowly represents opportunities for a speed-up by changes to code or algorithm. [URL]http://www.perl.com/pub/a/2001/06/27/ctoperl.html[/URL] [URL]http://www.perl.com/pub/a/2004/06/25/profiling.html[/URL] Sinan -- A. Sinan Unur <1usa@llenroc.ude.invalid> (remove .invalid and reverse each component for email address) comp.lang.perl.misc guidelines on the WWW: [URL]http://www.rehabitation.com/clpmisc/[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Compile vs mod_perl vs perl
Top