<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 12:38:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alexey Zakhlestin's Blog: PHP+SCGI part 2: problem with eZComponents]]></title>
      <guid>http://www.phpdeveloper.org/news/8092</guid>
      <link>http://www.phpdeveloper.org/news/8092</link>
      <description><![CDATA[<p>
In a follow-up to a <a href="http://www.phpdeveloper.org/news/8082">previous blog post</a>, <i>Alexey Zakhlestin</i> shares a few more thoughts on the project and the proper object hierarchy's going for.
</p>
<blockquote>
actually, I changed it completely 3 times already in my thoughts. I finally "see the light"(tm) and will implement it on a weekend. I think about converting SCGI-part to a simple "driver" and move all http-related stuff to a separate driver-agnostic set of classes. This way, I would be able to implement FastCGI as anther driver without altering applications. If you have any better ideas - let me know.
</blockquote>
<p>
He also includes a link to <a href="http://appserver-in-php.googlecode.com/svn/trunk/examples/scgi-ezc/">another sample application</a> that uses the functionality to create a pie chart (including some benchmarks) with the help of the eZ components framework.
</p>]]></description>
      <pubDate>Thu, 21 Jun 2007 07:21:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alexey Zakhlestin's Blog: Application Server in PHP? well...Yes!]]></title>
      <guid>http://www.phpdeveloper.org/news/8082</guid>
      <link>http://www.phpdeveloper.org/news/8082</link>
      <description><![CDATA[<p>
In a new post today, <i>Alexey Zakhlestin</i> talks about "limited implementation" of the <a href="http://python.ca/scgi/">SCGI protocol</a> that <a href="http://blog.milkfarmsoft.com/?p=51">he created in PHP</a>.
</p>
<blockquote>
I finally found some time (and inspiration) to do something in direction of implementing FastCGI the way I see it. Initially, I was going to implement FastCGI-functions in php-extension, but that would require more time than I currently have, so I started with a simplier task: I implemented SCGI protocol (which is <a href="http://utcc.utoronto.ca/~cks/space/blog/programming/SCGIvsFastCGI">way simplier</a> than FastCGI) in pure php-code (which is easier, again, and let's me change API faster, during development).
</blockquote>
<p>
The result is <a href="http://code.google.com/p/appserver-in-php/">this project</a> (hosted on the Google Code site) that allows you to use it with any SCGI-enabled server (apache and lighttpd. He includes <a href="http://appserver-in-php.googlecode.com/svn/trunk/examples/scgi/">a source code example</a> to clarify its use.
</p>]]></description>
      <pubDate>Wed, 20 Jun 2007 07:54:00 -0500</pubDate>
    </item>
  </channel>
</rss>
