Re: perl webapp and threads
for the archives, a small guide to thread perl in chroot + modules get latest perl use a non-root account with rights on chosen destination dir (to avoid any conflict with system perl) $ cd perl-x.x.x $ rm -f config.sh Policy.sh $ sh Configure -Dinstallprefix='/var/www/perl5web' -Dusethreads -Dus
Re: perl webapp and threads
Basically, you're out of luck for now. Tough problem.