<?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>Sun, 06 Jul 2008 16:57:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Christopher Jones' Blog: Oracle at PHPSC - Grupo de Usuarios de PHP do Estado de Santa Catarina]]></title>
      <guid>http://www.phpdeveloper.org/news/10433</guid>
      <link>http://www.phpdeveloper.org/news/10433</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/06/17#a334">a quick post</a> with some information about a user group meeting happening in Brazil where the upcoming topic will cover the powerful combination of PHP and Oracle.
</p>
<blockquote>
Elton Luís Minetto wrote to tell me that "PHPSC - a PHP user group of Santa Catarina in Brazil - is organizing an event dedicated to PHP that will take place at Chapeco on June 20." [...] He's presenting a session on PHP and Oracle, and will show some great results of using PHP's OCI8 with Oracle 11g connection pooling (DRCP).
</blockquote>
<p>
The schedule for the event can be found <a href="http://www.phpsc.com.br/?page_id=10&language=pt">here</a> with details on which talks will be given when (including <i>Elton</i>'s at 8am on the 21st.
</p>]]></description>
      <pubDate>Wed, 18 Jun 2008 09:32:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP Connection Pooling Whitepaper with Benchmark Available]]></title>
      <guid>http://www.phpdeveloper.org/news/10041</guid>
      <link>http://www.phpdeveloper.org/news/10041</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/04/24#a302">pointed out</a> a <a href="http://www.oracle.com/technology/tech/php/pdf/php-scalability-ha-twp.pdf">new whitepaper</a> that's been published by oracle about the scalability the connection pooling affords for current versions of PHP.
</p>
<blockquote>
The whitepaper talks about the changes in the PHP OCI8 1.3 extension, explains some of the concepts behind DRCP and FAN, and gives best practices and tuning tips. It includes a new PHP benchmark which shows up to 20,000 connections being handled by Oracle on commodity hardware using only 2G RAM.
</blockquote>
<p>
The paper also talks about the FAN support that's built in - the ability for PHP to use the Oracle RAC cluster functionality to make for high availability (switching between nodes). The latest beta with all of this functionality in it can be grabbed <a href="http://pecl.php.net/package/oci8/">from its page</a> on the PECL site.
</p>]]></description>
      <pubDate>Fri, 25 Apr 2008 10:23:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: PHP PECL OCI8 1.3.2 Beta Available]]></title>
      <guid>http://www.phpdeveloper.org/news/9994</guid>
      <link>http://www.phpdeveloper.org/news/9994</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/04/18#a295">posted an announcement</a> about the latest release of the <a href="http://pecl.php.net/package/oci8">PECL OCI8 package</a> (version 1.3.2 Beta) hitting the streets:
</p>
<blockquote>
I've released <a href="http://pecl.php.net/package/oci8">PECL OCI8 1.3.2 Beta</a> - the latest release of PHP's OCI8 extension with support for Connection Pooling and Fast Application Notification. The release is based on the current PHP 5.3 development branch.
</blockquote>
<p>
He notes another change in this release - a "session release" bit of functionality persistent connections will do when nothing is referencing them anymore, mking them work a bit more like normal connections. Issues that could be caused by this can be corrected with a new setting (oci8.old_oci_close_semantics) in your php.ini.
</p>]]></description>
      <pubDate>Fri, 18 Apr 2008 09:32:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: Customer Interview on PHP & Oracle 11g Connection Pooling (DRCP) in Oracle]]></title>
      <guid>http://www.phpdeveloper.org/news/9984</guid>
      <link>http://www.phpdeveloper.org/news/9984</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/04/16#a292">pointed out</a> a new customer interview that was done covering PHP and the connection pooling in Oracle 11g for Oracle Magazine.
</p>
<blockquote>
<a href="http://www.oracle.com/technology/oramag/oracle/08-may/index.html">Oracle Magazine's May/June 2008 issue</a> contains a "<a href="http://www.oracle.com/technology/oramag/oracle/08-may/o38developer.html">Developer Nation</a>" article. In it, David Kelly interviews Levi Dixon from Community Connect about using PHP and Oracle.
</blockquote>
<p>
The <a href="http://www.oracle.com/technology/oramag/oracle/08-may/o38developer.html">article</a> references the Oracle/PHP "strange combination" that used to exist and how it's evolved into a vital, living part of Oracle's stack (like with the OCI8 extension).
</p>]]></description>
      <pubDate>Thu, 17 Apr 2008 07:58:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: Updated connection pooling in PHP's OCI8 extension]]></title>
      <guid>http://www.phpdeveloper.org/news/9544</guid>
      <link>http://www.phpdeveloper.org/news/9544</link>
      <description><![CDATA[<p>
In <a href="http://blogs.oracle.com/opal/2008/01/31#a268">this new post</a> to his Oracle blog, <i>Christopher Jones</i> mentions some updates he's made to the OCI8 extension for PHP:
</p>
<blockquote>
I've merged connection pooling (DRCP) and Fast Application Notification (FAN) support to PHP 5.3's OCI8 extension.  The PHP 5.3 OCI8 code is Beta - in fact, PHP 5.3 itself is still really "Development". (It would be handy to have problems reported before PHP 5.3 goes Production).
</blockquote>
<p>
He also includes <a href="http://blogs.oracle.com/opal/2008/01/31#a268">instructions</a> on how to get this new version installed inside of the latest PHP 5.3 snapshot (<a href="http://snaps.php.net">http://snaps.php.net</a>) to build the new support in.
</p>]]></description>
      <pubDate>Fri, 01 Feb 2008 10:16:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Andi Gutmans' Blog:  PHP and Database Connection Pooling]]></title>
      <guid>http://www.phpdeveloper.org/news/6576</guid>
      <link>http://www.phpdeveloper.org/news/6576</link>
      <description><![CDATA[<p>
Hot on the heels of <a href="http://www.phpdeveloper.org/news/6568">this announcement</a>, <i>Andi Gutmans</i> has posted some of <a href="http://andigutmans.blogspot.com/2006/10/php-and-database-connection-pooling.html">his thoughts</a> on this new functionality and how it can help companies both large and small (he mentions specifically Yahoo! of course).
</p>
<blockquote>
In my experience, databases have had a long history of being the typical bottleneck in PHP applications. There are many reasons for that. 
</blockquote>
<p>
His reasons include the fact that web apps being heavily database driven, PHP developers would rather write PHP than SQL, and that there's a lack of good, cheap tools to help find these bottlenecks. What he focuses on most, though, is the overhead caused by the need for multi-process environments to force each process to manage their own connections to the databse.
</p>
<p>
He <a href="http://andigutmans.blogspot.com/2006/10/php-and-database-connection-pooling.html">talks about</a> some stats on average connections and application speed, about efforts IBM has made to help the situation, and how it's not necessarily just the server's fault for delegating out the database resources - why can't they all adapt?
</p>]]></description>
      <pubDate>Wed, 25 Oct 2006 15:05:00 -0500</pubDate>
    </item>
  </channel>
</rss>
