Jul 02, 2009
FastCGI module available in IIS 7.0 did not work when CPULimit for the application pool was enabled. This was because when CPULimit feature was enabled WAS uses job objects to track CPU usage of worker processes. WAS keeps a job object for each application...
8 comments
Tags: IIS News ItemPHPFastCGI
Jun 23, 2009
In the previous post , I discussed what it took to use PGO on the Windows PHP build. That led to me building automated build scripts... Automation as the root of all evil "Anything that can be done for you, automatically, can be done to you, automatically...
8 comments
Tags: PHP~FeaturedPostInteropCommunityOpen SourceDynamic LanguagesGarrett Serack
Jun 12, 2009
Today I have upgraded my blog to the recently released WordPress 2.8 and to PHP 5.3 RC3 (VC9 Non Thread Safe build). If you are running WordPress (or any other PHP application) on IIS 7, then there are several reasons why it may be beneficial for you...
Tags: PHPWordpressURLRewrite
Jun 09, 2009
The last several months, I've been working very deeply with PHP - specifically, compiling the PHP core itself, and looking for avenues for optimization. This is the first of four posts about the journey I've been on with PHP. I get started building PHP...
0 comments
Tags: PHP~FeaturedPostCommunityOpen SourceDynamic LanguagesGarrett Serack
Jun 09, 2009
The last several months, I've been working very deeply with PHP - specifically, compiling the PHP core itself, and looking for avenues for optimization. This is the first of four posts about the journey I've been on with PHP. I get started building PHP...
3 comments
Tags: PHP~FeaturedPostCommunityOpen SourceDynamic LanguagesGarrett Serack
May 27, 2009
Last week I got the perfect excuse to get out of the Planning and Budget process that we are going through right now, attending PHP|Tek, which was a welcome escape as planning and budgeting in any company is usually enough fun to make a grown man cry...
8 comments
Tags: PHP~FeaturedPostCommunityOpen SourceDynamic LanguagesIndustry ConferencesHank Janssen
May 27, 2009
Making PHP applications run efficiently and reliably on IIS 7 is one of our key goals. The IIS team is working with Zend to optimize the performance of PHP on IIS 7 and the results have been remarkable. In addition to performance improvements to PHP and...
3 comments
Tags: BeginnerPHPIIS 7
May 18, 2009
I am always amazed at the passion and energy that open source contributors put into what is often their “night job” after whatever they do to pay the bills. It is that passion that has driven a vibrant community of PHP open source applications that ranges...
3 comments
Tags: IIS7IIS News ItemDevelopersWeb PIWeb Application GalleryPHP