+1 from me. david
> The following patch does the trick. I've actually attached two patches, > the first is the APR change and the second is the update to the worker > MPM to use the new function signature. What's changed in APR: > apr_thread_exit no longer takes a pointer to an apr_status_t, which was > very ackward. It now takes a simple pass-by-copy apr_status_t parameter > which is then stored in the thread structure on all platforms and > pulled back out with a call to apr_thread_join. > > * I did my best to get this to work on non-unix platforms, but I > will need help verifying my changes (especially netware). > > ** Will: Please verify my win32 changes. I don't recall if this patch > contains the changes we talked about for win32 from my original posting > of this patch. > > p.s. I liked the name "exitval" that David put in Beos better than what > I had before "rv". Other than that this patch is pretty much > the same thing (minus what David already implemented on Beos) I > posted a couple months ago. > > -aaron