<?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: PHP Accelerators</title> <atom:link href="http://www.ducea.com/2006/10/30/php-accelerators/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2006/10/30/php-accelerators/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Wed, 08 Feb 2012 13:08:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Aún más rendimiento con CssDispatcher &#124; Israel Viana blog</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-193733</link> <dc:creator>Aún más rendimiento con CssDispatcher &#124; Israel Viana blog</dc:creator> <pubDate>Sat, 10 Dec 2011 22:45:37 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-193733</guid> <description>[...] Para la opcode cache existen herramientas como APC, XCache o eAccelerator, que una vez instaladas y configuradas debidamente funcionan sin que tengamos que modificar el código de nuestra aplicación web. Puedes leer más sobre opcode cache en PHP Accelerators. [...]</description> <content:encoded><![CDATA[<p>[...] Para la opcode cache existen herramientas como APC, XCache o eAccelerator, que una vez instaladas y configuradas debidamente funcionan sin que tengamos que modificar el código de nuestra aplicación web. Puedes leer más sobre opcode cache en PHP Accelerators. [...]</p> ]]></content:encoded> </item> <item><title>By: Porównanie optymalizatorów PHP &#124; timor&#039;s site</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-193622</link> <dc:creator>Porównanie optymalizatorów PHP &#124; timor&#039;s site</dc:creator> <pubDate>Thu, 20 Oct 2011 20:17:01 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-193622</guid> <description>[...] http://xcache.lighttpd.net/ http://www.ducea.com/2006/10/30/php-accelerators/ [...]</description> <content:encoded><![CDATA[<p>[...] <a
href="http://xcache.lighttpd.net/" rel="nofollow">http://xcache.lighttpd.net/</a> <a
href="http://www.ducea.com/2006/10/30/php-accelerators/" rel="nofollow">http://www.ducea.com/2006/10/30/php-accelerators/</a> [...]</p> ]]></content:encoded> </item> <item><title>By: ubuntu APM(apache2 php mysql) ?? ?? &#124; rain9.com</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-193194</link> <dc:creator>ubuntu APM(apache2 php mysql) ?? ?? &#124; rain9.com</dc:creator> <pubDate>Sun, 24 Jul 2011 05:27:22 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-193194</guid> <description>[...] ???? http://bluebreeze.textcube.com/176 ?? ?? ??? http://httpd.apache.org/docs/2.2/vhosts/name-based.html Apache HTTP Server Version 2.2 ?? http://httpd.apache.org/docs/2.2/ko/ SULINUX? ???? ???? 1? http://blog.daum.net/stock-chart/129 Ubuntu Server Guide &gt; HTTPD &#8211; Apache2 Web Server https://help.ubuntu.com/9.10/serverguide/C/httpd.html PHP Accelerators http://www.ducea.com/2006/10/30/php-accelerators/ [...]</description> <content:encoded><![CDATA[<p>[...] ???? http://bluebreeze.textcube.com/176 ?? ?? ??? http://httpd.apache.org/docs/2.2/vhosts/name-based.html Apache HTTP Server Version 2.2 ?? http://httpd.apache.org/docs/2.2/ko/ SULINUX? ???? ???? 1? http://blog.daum.net/stock-chart/129 Ubuntu Server Guide &gt; HTTPD &#8211; Apache2 Web Server https://help.ubuntu.com/9.10/serverguide/C/httpd.html PHP Accelerators http://www.ducea.com/2006/10/30/php-accelerators/ [...]</p> ]]></content:encoded> </item> <item><title>By: Speeding up your PHP code using Accelerators &#124; Dre@mer</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-190912</link> <dc:creator>Speeding up your PHP code using Accelerators &#124; Dre@mer</dc:creator> <pubDate>Wed, 29 Dec 2010 05:12:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-190912</guid> <description>[...] Speeding up your PHP code using Accelerators Posted: December 29th, 2010 &#124; Author: Praveena Sarathchandra &#124; Filed under: PHP &#124; Tags: accelerate php, APC, opcode caching &#124; No Comments &#187; PHP is a interpretor language, which means the code is compiled on demand, on user request for that particular PHP script. What if we have the code pre-compiled on the server, so that we can avoid the time for &#8220;compiling-on-the-fly&#8221;?  That will undoubtedly give the user a feeling like when he&#8217;s traveling in the speed of light when browsing   It is said that keeping the &#8220;bytecode&#8221; or sometimes referred to as &#8220;opcode&#8221; on the server can increase the performance by 1-10 times (http://www.ducea.com/2006/10/30/php-accelerators/) [...]</description> <content:encoded><![CDATA[<p>[...] Speeding up your PHP code using Accelerators Posted: December 29th, 2010 | Author: Praveena Sarathchandra | Filed under: PHP | Tags: accelerate php, APC, opcode caching | No Comments &#187; PHP is a interpretor language, which means the code is compiled on demand, on user request for that particular PHP script. What if we have the code pre-compiled on the server, so that we can avoid the time for &#8220;compiling-on-the-fly&#8221;?  That will undoubtedly give the user a feeling like when he&#8217;s traveling in the speed of light when browsing   It is said that keeping the &#8220;bytecode&#8221; or sometimes referred to as &#8220;opcode&#8221; on the server can increase the performance by 1-10 times (<a
href="http://www.ducea.com/2006/10/30/php-accelerators/" rel="nofollow">http://www.ducea.com/2006/10/30/php-accelerators/</a>) [...]</p> ]]></content:encoded> </item> <item><title>By: m4niac</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-183366</link> <dc:creator>m4niac</dc:creator> <pubDate>Thu, 21 Oct 2010 23:41:48 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-183366</guid> <description>thanks. gen :P</description> <content:encoded><![CDATA[<p>thanks. gen <img
src='http://www.ducea.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: PHP - I migliori tutorials, risorse,guide ed articoli per beginners ed esperti &#124; Pecciola</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-181743</link> <dc:creator>PHP - I migliori tutorials, risorse,guide ed articoli per beginners ed esperti &#124; Pecciola</dc:creator> <pubDate>Wed, 14 Apr 2010 04:59:51 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-181743</guid> <description>[...] PHP Accelerators [...]</description> <content:encoded><![CDATA[<p>[...] PHP Accelerators [...]</p> ]]></content:encoded> </item> <item><title>By: PHP Tutorials Utopia: 13 Vital PHP skills for every novice PHP developer and solutions &#124; DevWebPro</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-181444</link> <dc:creator>PHP Tutorials Utopia: 13 Vital PHP skills for every novice PHP developer and solutions &#124; DevWebPro</dc:creator> <pubDate>Wed, 16 Dec 2009 20:49:58 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-181444</guid> <description>[...] PHP Accelerators [...]</description> <content:encoded><![CDATA[<p>[...] PHP Accelerators [...]</p> ]]></content:encoded> </item> <item><title>By: jwarnier</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-180815</link> <dc:creator>jwarnier</dc:creator> <pubDate>Thu, 20 Aug 2009 14:03:42 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-180815</guid> <description>You might have added that eAccelerator is not officially packaged for Debian (and Andrew McMillan abandoned his unofficial packages), while Xcache is since Lenny.</description> <content:encoded><![CDATA[<p>You might have added that eAccelerator is not officially packaged for Debian (and Andrew McMillan abandoned his unofficial packages), while Xcache is since Lenny.</p> ]]></content:encoded> </item> <item><title>By: xcache wordpress benchmarks &#124; johngirvin.com</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-180728</link> <dc:creator>xcache wordpress benchmarks &#124; johngirvin.com</dc:creator> <pubDate>Fri, 07 Aug 2009 09:28:03 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-180728</guid> <description>[...] are a number of packages in this space but my research indicated that they are roughly equivalent in function and [...]</description> <content:encoded><![CDATA[<p>[...] are a number of packages in this space but my research indicated that they are roughly equivalent in function and [...]</p> ]]></content:encoded> </item> <item><title>By: Vyacheslav</title><link>http://www.ducea.com/2006/10/30/php-accelerators/comment-page-2/#comment-179530</link> <dc:creator>Vyacheslav</dc:creator> <pubDate>Sat, 03 Jan 2009 12:02:29 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/30/php-accelerators/#comment-179530</guid> <description>I&#039;m use eAccelerator for my projects. It&#039;s great accelerator.</description> <content:encoded><![CDATA[<p>I&#8217;m use eAccelerator for my projects. It&#8217;s great accelerator.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2012-02-08 14:21:30 by W3 Total Cache -->
