<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zend Server, a first impression</title>
	<atom:link href="http://www.strictlyphp.com/blog/2009/09/15/zend-server-a-first-impression/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strictlyphp.com/blog/2009/09/15/zend-server-a-first-impression/</link>
	<description>web development &#38; web analytics</description>
	<lastBuildDate>Mon, 10 May 2010 10:25:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vladimir</title>
		<link>http://www.strictlyphp.com/blog/2009/09/15/zend-server-a-first-impression/comment-page-1/#comment-316</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=1110#comment-316</guid>
		<description>Hi,
i couldn&#039;t agree more with both of you. 
However is there any possibility to give a user an option to choose between a CGI and apache module?
I really do have a problems with using it on some older web sites i made.
apache_note() can not be used on Zend server and i dont see a solution for that.
php_value settings within .htaccess can be fixed inserting a section in php.ini which is easy to make.

Vladimir Nikolic
Web programmer</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i couldn&#8217;t agree more with both of you.<br />
However is there any possibility to give a user an option to choose between a CGI and apache module?<br />
I really do have a problems with using it on some older web sites i made.<br />
apache_note() can not be used on Zend server and i dont see a solution for that.<br />
php_value settings within .htaccess can be fixed inserting a section in php.ini which is easy to make.</p>
<p>Vladimir Nikolic<br />
Web programmer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Mitchell</title>
		<link>http://www.strictlyphp.com/blog/2009/09/15/zend-server-a-first-impression/comment-page-1/#comment-302</link>
		<dc:creator>Kent Mitchell</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.strictlyphp.com/blog/?p=1110#comment-302</guid>
		<description>Hi,

I thought I&#039;d explain why we use FastCGI on Windows.  Both Zend and MS recommend using a non-threaded implementation of PHP on Windows.  This is because PHP and it&#039;s associated extensions are not guaranteed to be thread safe.  So while it may work for a specific customer situation it is not guaranteed.  Since we want to provide Zend Server and Zend Server CE for production use we decided (and so has MS for Web PI and PHP in general) that FastCGI is the right way to go for maximum stability.

Yes this does make the ability to do per directory PHP setting more difficult but that is a trade-off we thought was important for supporting production ready environments.

Kent Mitchell
Director, Product Management
Zend</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I thought I&#8217;d explain why we use FastCGI on Windows.  Both Zend and MS recommend using a non-threaded implementation of PHP on Windows.  This is because PHP and it&#8217;s associated extensions are not guaranteed to be thread safe.  So while it may work for a specific customer situation it is not guaranteed.  Since we want to provide Zend Server and Zend Server CE for production use we decided (and so has MS for Web PI and PHP in general) that FastCGI is the right way to go for maximum stability.</p>
<p>Yes this does make the ability to do per directory PHP setting more difficult but that is a trade-off we thought was important for supporting production ready environments.</p>
<p>Kent Mitchell<br />
Director, Product Management<br />
Zend</p>
]]></content:encoded>
	</item>
</channel>
</rss>
