I've got a question about the Compiled/JIT stuff:
are there any worries for security overflows / memory leaks, having
compiled that stuff into c or xs (its one of those, right?) under
mod_perl
a friend brought that up with me, and i don't know what to answer
under regular perl, that stuff would just die at the end of the
script/post execution - under mod_perl does it die after execution and
then is respawned or is it still running?
i've worded that as poorly as i understand the situation, so please
keep that in mind.