Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Manu
Thank you very much for the detailed exposition of the problem! ;-) Manu [EMAIL PROTECTED] (Rasmus Lerdorf) wrote > Apache2 is less mature and not nearly as well-tested as Apache1. If > you run a threaded MPM then all bets are off. The thread safety > status of most extensions and 3rd-party li

Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Rasmus Lerdorf
Apache2 is less mature and not nearly as well-tested as Apache1. If you run a threaded MPM then all bets are off. The thread safety status of most extensions and 3rd-party libraries are unknown. Threading problems tend to only show up under load and are nearly impossible to track down. So alt