Forking and/or spawning long running processes under ModPerl::Registry

2010-02-21 Thread Tosh Cooey
This worked for me and perhaps somebody else will find this useful because I for sure could not find any simple vanilla starting points for creating forks under mod_perl, but I did find a way to spawn processes and not get zombies (actually I haven't tested this fully, but I'm pretty sure). #

Re: Apache2::SubProcess sucks

2010-02-21 Thread Tosh Cooey
Hey Torsten, I hope you don't think I was disparaging ( http://dict.leo.org/?lang=en&lp=ende&search=disparaging ) your help, I certainly wasn't and I want to thank you for it. I was just lamenting on a lack of a clear simple example to use as a starting point, much like almost every programmin

Re: "Invalid command 'PerlOptions', perhaps ..." error [Solved]

2010-02-21 Thread Allan Kamau
Hi all, Please ignore my earlier mail. I seem to have solved it. I need to run the biomart's "perl bin/configure.pl -r conf/registryURLPointer.xml" command _after_ mod_perl's installation. Allan. On Sun, Feb 21, 2010 at 11:38 AM, Allan Kamau wrote: > Hi, > I have installed httpd 2.2.14 and mod_p

"Invalid command 'PerlOptions', perhaps ..." error

2010-02-21 Thread Allan Kamau
Hi, I have installed httpd 2.2.14 and mod_perl-2.0.4 from source. When I run httpd and instruct it to use a user defined httpd.conf file it raises the "Invalid command 'PerlOptions' error (Biomart's httpd.conf file) Below are the details of how I build both the http-2.2.14 and mod_perl-2.0.4 softw