I've written a module that uses a 3rd party library to retrieve information from a remote database.
This library is multi-threaded using pthreads. SER hangs on startup when running in forked mode.
Works fine is non-fork mode. Anyone experience such a problem?

Thanks in advance.