Prefork is essentially the same model as Apache 1.3, so should be able to handle most volumes that you throw at it. Unless, of course, you get enough to need to load-balance :)
On Tue, Sep 16, 2008 at 6:56 PM, James Holmes <[EMAIL PROTECTED]>wrote: > PHP requires a single threaded webserver (as some of the libraries it > runs aren't thread safe: > > http://neosmart.net/blog/2008/dont-believe-the-lies-php-isnt-thread-safe-yet/ > ), > so you need to run the Apache Prefork MPM. This is less than optimal > for high volume sites, but it will work. > > On Wed, Sep 17, 2008 at 1:40 AM, Bryan Stevenson > <[EMAIL PROTECTED]> wrote: > > Hey All, > > > > Just checking for any major gotchas with running CF and PHP on the same > > server (a VPS BTW)?? > > > > Would be CF 8 and whatever the latest PHP is. > > > -- > mxAjax / CFAjax docs and other useful articles: > http://www.bifrost.com.au/blog/ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312663 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

