The Basic of mod_perl Support

Max Kanat-Alexander mkanat at bugzilla.org
Mon Jun 19 15:00:06 UTC 2006


On Mon, 2006-06-19 at 09:37 -0500, Dave Williss wrote:
> Another thing to keep in mind with mod_perl, is that the .cgi is also
> only compiled once.  

	Right. But as I understand it, all of the CGI code pretty much runs
every time you load the page, so it's not as bad as a .pm, which only
really "runs" once. (You just have to make sure you don't have anything
silly like a BEGIN block in your CGI, which will only run once.)

	-Max
-- 
http://www.everythingsolved.com/
Everything Solved: Competent, Friendly Bugzilla and Linux Services




More information about the developers mailing list