Khai Doan wrote:
How is modperl 2 working with apache 2 under worker mpm? Has anyone successfully deploy modperl2 using worker mpm? I recently wrote a script in perl using ithread and it kept failing. Is there any guideline for writing modperl 2 handler using worker mpm?

Use the same threading model as httpd/worker; generally this is pthreads.
You will have to look at your apr.h generated file for information about
which threading model was chosen.  Ensure you build perl and httpd to
match one another.

Reply via email to