TE-msmith_ / hamiltont: I got my mojolicious/meganuke port working!
hamiltont
Nice!
I'm looking forward to the branch being merged
jberger
found an actual bug in our preforking server doing so
hamiltont
ha ha no way
that's insanity
jberger
yeah, kinda crazy one, when using a perl that isn't understood by the environment (not /usr/bin/env perl) then the preforking server would start the main process in the specified interpreter, but the fork/exec-ed workers would start using the env perl :/
not usually a problem of course, but the way FWBM is laid out and the way I use Carton etc etc, that is why I couldn't get the JSON parser to work, it wasn't installed for the workers
hamiltont
huh, makes sense
oddball issues like that are good to have developers find
jberger
drove me crazy for a couple days
FWBM-bot
[FrameworkBenchmarks] jberger opened pull request #1244: ported Mojolicious setup to bash, added app.conf, added stop.sh for symmetry (meganuke...meganuke_mojo) http://git.io/DtLoUQ