Jonathan wrote:
on starting up my webapp, i need to pull some data from mysql that is
in the parent process (pre fork)
pre fork connections are bad though, so i'm wondering:
a_ do i have 2 db connect strings:
1. prefork dbh - instantiated prefork , then disconnect
2. postfork
my webapp is using mysql + apache::dbi to store data
on starting up my webapp, i need to pull some data from mysql that is
in the parent process (pre fork)
pre fork connections are bad though, so i'm wondering:
a_ do i have 2 db connect strings:
1. prefork dbh - instantiated prefork
Ok, you are right. A huge monkey is the cause that i didn't make && make
install the
modperl module o_O
Done! I've had to compile also Parse-RecDescent cause apreq claimed it didn't
found.
Now apparently everything has gone right. Thanks!
>eps com estem wrote:
>> I've recompile everything
eps com estem wrote:
I've recompile everything with your purposed changes (i wasn't understanding
what a mp2
statically build did mean), but i get the same error in apreq2.
#modperl
perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX="/blah/sources/httpd-2.0.55/" \
MP_AP_CONFIGURE="--with-mpm=prefork
I've recompile everything with your purposed changes (i wasn't understanding
what a mp2
statically build did mean), but i get the same error in apreq2.
What i've done:
#perl
/Configure -des -Dusethreads
make
make install
#modperl
perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX="/blah/sources/htt