Tuesday, June 19, 2007

apr_thread_exit

This function destroys the thread's pool. This was causing Apache to crash because I was using the request's pool to create the preparation threads. I fixed this by creating a new pool for each thread.

No comments: