You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Apache Users
Hi,
I have a Apache 22 module compiled on solaris 8 with -lthread, -
lpthread and coompiled with -D_REENTRANT. I have a Apache 22 HTTPD
server compiled on Solaris 10. The Apache 22 is compiled with Worker
MPM support.
I am seeing many cores when I configure httpd.conf to load my module.
This occurs in stress test. I do not see any issues with prefork
model.
what could be the possible reasons for these cores. My module is
designed and developed for multi-thread safety.