On Thu, 8 Nov 2007, Sumit Upadhyay wrote: > Date: Thu, 8 Nov 2007 13:04:09 +0530 > From: Sumit Upadhyay <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: Twincling mailing list <[email protected]> > Subject: [twincling] PHP & SQL Server > > Hi, > > Now that's called the Power of a open source Product. > M$ is caring about PHP. > They also have a Open Source Software Lab (http://port25.technet.com/). > They have created PHP SQL Server drivers, much improved IIS support for PHP. > http://port25.technet.com/archive/2007/10/19/php-sql-server-drivers-much-improved-iis-support-for-php-what-is-this-world-coming-to.aspx > > Not only that they have specialised section on iis.net. > To know more about PHP on IIS (http://www.iis.net/php). > A new component for IIS6 and IIS7 called FastCGI Extension ( A module for > Perl also) which will enable IIS to much more effectively host PHP > applications. > http://www.iis.net/articles/view.aspx/IIS7/Hosting-Web-Applications/PHP/Using-FastCGI-to-host-PHP-applications-on-IIS7 > > > -- > Sumit >
Hi: Apache multiple processes model (MPM) model and *not* multi-threading model is the cornerstone of PHP applications scalability. This is discussed at http://httpd.apache.org/docs/2.2/mpm.html PHP has issues with Apache 2.0 on UNIX/Linux systems. Please see http://in2.php.net/manual/en/install.unix.apache2.php A technical analysis is essential to get to the core of the issue. thanks Saifi.

