[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] CGI::Application::Displatch v2, and CGI uploadInfo wierdness



Cees Hek wrote:

> mod_perl only improves the startup costs of perl apps.  It doesn't
> magically make your perl programs run faster, since it still uses the
> same perl interpreter.  But startup costs are usually very high
> relative to the total time to process a dynamic page request, so it
> can provide a huge speed boost and that is why mod_perl is so great.

This is true. There is a caveat though. The Apache:: modules (and particularly
libapreq modules like Apache::Request, Apache::Upload, etc) are Perl front ends
to very fast C modules. But overall, when uploading files the network time
usually trumps all other concerns so you shouldn't necessarily be worried about
execution time.

-- 
Michael Peters
Developer
Plus Three, LP


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.