On Mon, 1 Dec 2008, Justin Dearing wrote: > If your server is a windows server (unlikely in a shared hosting senario) or > this is something like lighthttpd or php running on apache through some > configuration I'm not totatly familiar with like CGI, then maybe this can > happen. > > If what you experienced is a common occurrence with mod_php, I hope others > on this list will chime in. If it is I'm going to cease using apache and > mod_php in production environments.
Wearing my sys admin hat: mod_php is not thread-safe right? Using mpm_prefork or mpm_itk you can make Apache 2.x run without threading. -- Aj. _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php
