<?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>Tue, 18 Jun 2013 02:14:29 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Gonzalo Ayuso's Blog: Clustering PHP applications. Tips and hints]]></title>
      <guid>http://www.phpdeveloper.org/news/14865</guid>
      <link>http://www.phpdeveloper.org/news/14865</link>
      <description><![CDATA[<p>
In a new post to his blog today <i>Gonzalo Ayuso</i> <a href="http://gonzalo123.wordpress.com/2010/07/27/clustering-php-applications-tips-and-hints/">offers some tips</a> for those out there wanting to cluster their PHP applications effectively.
</p>
<blockquote>
Sometimes a web server and a database is fair enough to meet our project requirements. But if the project scales we probably need to think in a clustered solution. This post is an attempt at being an unsorted list of ideas working with clustered PHP applications. Maybe more than a list of ideas is a list of problems that you will face when swapping from a standalone server to a clustered server.
</blockquote>
<p>He touches on a few different topics you might need to consider:</p>
<ul>
<li>consistency in source code
<li>writing to the file systems
<li>deployment problems
<li>authentication/authorization issues
<li>handling sessions/logs/cache files
</ul>]]></description>
      <pubDate>Wed, 28 Jul 2010 11:09:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Quinton Parker's Blog: session-clustering with memcache]]></title>
      <guid>http://www.phpdeveloper.org/news/12054</guid>
      <link>http://www.phpdeveloper.org/news/12054</link>
      <description><![CDATA[<p>
<i>Quinton Parker</i>'s <a href="http://phpslacker.com/2009/03/02/php-session-clustering-with-memcache/">latest blog post</a> looks at a handy feature of the memcache tool - session clustering - and how to set it up in your application.
</p>
<blockquote>
You need php session-clustering and you need it done yesterday. The project is at risk. The suits are breathing down your neck and monitoring your every tweet. <a href="http://www.danga.com/memcached/">Memcache</a> to the rescue.
</blockquote>
<p>
He show how to get it started up (you'll need to already have it installed) and where to grab the <a href="http://php.net/memcache">PHP extension</a> you'll need to connect the two. Finally he gets to the actual clustering, changing the session.save_handler setting to "memcache" and several of the memcache-specific php.ini settings for his example setup. A snippet of code is also included so you can see how it all works together.
</p>]]></description>
      <pubDate>Tue, 03 Mar 2009 09:31:58 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: Server-side Marker Clustering with PHP and Google Maps]]></title>
      <guid>http://www.phpdeveloper.org/news/12036</guid>
      <link>http://www.phpdeveloper.org/news/12036</link>
      <description><![CDATA[<p>
On the PHP::Impact blog <i>Federico Cargnelutti</i> <a href="http://phpimpact.wordpress.com/2009/02/26/server-side-marker-clustering-with-php-and-google-maps/">points out a PHP library</a> that lets you do clustering on Google Maps. What's clustering?
</p>
<blockquote>
As maps get busier, marker clustering is likely to be needed. Marker clustering is a technique by which several points of interest can be represented by a single icon when they're close to one another.
</blockquote>
<p>
<a href="http://github.com/tuupola/php_google_maps/tree/master">The tool</a>, created by <a href="http://www.appelsiini.net/">Mike Tuupola</a>, lets you break up the map into cells and place points inside them. When there's more than one point in a general area, an extra icon is created to reference those points together (cleaning up the map and preventing you from having lot of little Google Maps markers cluttering up your map. <i>Mike</i> also has <a href="http://www.appelsiini.net/2008/11/introduction-to-marker-clustering-with-google-maps">a blog post</a> about the library showing it in a bit more detail.
</p>]]></description>
      <pubDate>Fri, 27 Feb 2009 10:25:14 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: July 2006 Issue Released]]></title>
      <guid>http://www.phpdeveloper.org/news/5888</guid>
      <link>http://www.phpdeveloper.org/news/5888</link>
      <description><![CDATA[<p>
php|architect has <a href="http://hades.phparch.com/hermes/public/viewnews/index.php?id=3282">announced today</a> that their July 2006 issue of their magazine has officially been released.
</p>
<p>
Articles in <a href="http://www.phparch.com/issue.php?mid=84">this issue</a> include:
<ul>
<li><i>Anant Narayanan</i>'s look at development in PHP-GTK 2 (cover story)
<li><i>Eric Angel</i>'s tutorial on using random images in form validation
<li><i>Stefan Priebsch</i>'s thoughts on code structure and refactoring
<li>and, of course, the Security Corner (with <i>Chris Shiflett</i>) and Test Pattern (with <i>Jeff Moore</i>) columns
</ul>
</p>
<p>
You can either <a href="http://www.phparch.com/issue.php?mid=84">order a single issue</a> or get a year's subscription of this great publication. The issue costs about $4.20 USD and the full year only comes in at $35.40 USD.
</p>]]></description>
      <pubDate>Thu, 27 Jul 2006 08:18:17 -0500</pubDate>
    </item>
  </channel>
</rss>
