Operating System - HP-UX
1830076 Members
20740 Online
109998 Solutions
New Discussion

Find out the threading model for the shared library

 
Tharish
New Member

Find out the threading model for the shared library

Hi,

I have a shared library on Apache(.sl).I want to find out which threading model it supports.I know in apache there are 2 threading models(pre-fork and worker thread). Is there any way I can find the which threading model this XYZ shared library supports?(Like the way it interacts with the other apache libraries or something)
Please let me know if you think it is possible