<-
Apache > HTTP Server > Documentation > Version 2.4 > Developer Documentation

Apache HTTP Server 2.x Thread Safety Issues

Available Languages:  en 

When using any of the threaded mpms in the Apache HTTP Server 2.x it is important that every function called from Apache be thread safe. When linking in 3rd party extensions it can be difficult to determine whether the resulting server will be thread safe. Casual testing generally won't tell you this either as