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

Re: Deployment independent coding



Thinking about mod_perl, I would point out that using PerlRun would give a small performance improvement, and the code would run only once. Not having to reload the interpreter every time is somewhat snappier. Of course nothing like real mod_perl.
I need to look at PSGI document, have heard of it but don't know details.

Chris Bennett