<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PHP Caching and Acceleration with XCache</title>
	<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/</link>
	<description>The random thoughts, musings, and mindless drivel of Jason Litka</description>
	<pubDate>Fri, 22 Aug 2008 02:31:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Snipervzln</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-29083</link>
		<dc:creator>Snipervzln</dc:creator>
		<pubDate>Fri, 08 Aug 2008 19:52:22 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-29083</guid>
		<description>Hi Jason, thx a lot for this, you save my site; i was having server loads that you can't imagine (80+), and now everything it's back to normal. Just one question, it's posible to change the default administration page folder? Instead of html/xcache can i put it somewhere else? How i do it? Thanks in advance.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hi Jason, thx a lot for this, you save my site; i was having server loads that you can't imagine (80+), and now everything it's back to normal. Just one question, it's posible to change the default administration page folder? Instead of html/xcache can i put it somewhere else? How i do it? Thanks in advance.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-20712</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 07 May 2008 19:27:23 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-20712</guid>
		<description>@Kenny,

The defaults I set in the xcache.ini file will allow XCache to work out of the box for opcode caching.  If you want to use it for more than that you will need to edit the config file and possibly your code.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@Kenny,</p>
<p>The defaults I set in the xcache.ini file will allow XCache to work out of the box for opcode caching.  If you want to use it for more than that you will need to edit the config file and possibly your code.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-20072</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:25:49 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-20072</guid>
		<description>I have installed XCache using your yum repo and restarted apache.  Is that all I have to do to utilize the XCache PHP opcode caching?  Or do I modify my files to use xcache_set/xcache_get?  I was assuming those were only for var caching.  Thanks for your help.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I have installed XCache using your yum repo and restarted apache.  Is that all I have to do to utilize the XCache PHP opcode caching?  Or do I modify my files to use xcache_set/xcache_get?  I was assuming those were only for var caching.  Thanks for your help.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-19725</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 15 Apr 2008 20:56:29 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-19725</guid>
		<description>@Paul,

I use XCache on a Plesk 7.5.4 system (it's what runs this site) and I don't have any issues.  I haven't tested it with a newer version of Plesk but I can't imagine that the result would be any different.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@Paul,</p>
<p>I use XCache on a Plesk 7.5.4 system (it's what runs this site) and I don't have any issues.  I haven't tested it with a newer version of Plesk but I can't imagine that the result would be any different.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-19564</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 08 Apr 2008 19:04:37 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-19564</guid>
		<description>Jason, first, thanks for your original post and all the work you've done to follow up on it!

I'm curious to know if you're aware of XCache having any issues with Plesk? (Specifically 8.2 or 8.3)

I have a dedicated server with Rackspace that's about to go live with a php-heavy site. Rackspace reports eacclerator is prone to segfaults with Plesk, and you note above that APC had some issues under load as well as segfaults.

Any idea if XCache would be a better solution under Plesk? Any insight appreciated.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Jason, first, thanks for your original post and all the work you've done to follow up on it!</p>
<p>I'm curious to know if you're aware of XCache having any issues with Plesk? (Specifically 8.2 or 8.3)</p>
<p>I have a dedicated server with Rackspace that's about to go live with a php-heavy site. Rackspace reports eacclerator is prone to segfaults with Plesk, and you note above that APC had some issues under load as well as segfaults.</p>
<p>Any idea if XCache would be a better solution under Plesk? Any insight appreciated.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-17756</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 04 Feb 2008 15:21:10 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-17756</guid>
		<description>@barabashko,

XCache 1.2.2 includes an update for dealing with uncachable content.  Have you tried changing the load order?  I would think that XCache would have to be loaded before ZendOptimizer and I don't believe that that would be the default.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@barabashko,</p>
<p>XCache 1.2.2 includes an update for dealing with uncachable content.  Have you tried changing the load order?  I would think that XCache would have to be loaded before ZendOptimizer and I don't believe that that would be the default.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barabashko</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-17730</link>
		<dc:creator>barabashko</dc:creator>
		<pubDate>Sun, 03 Feb 2008 02:50:14 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-17730</guid>
		<description>first of all Jason thank you for the great REPO, im using it since yesterday, succesfully updated my mysql, apache, php with no problem at all ! :-)

trying to install xcache, but i have zend optimizer 3.3.0a to load some scripts

when im reastarting httpd it loads cpu to 99%
checked logs, and it says that 

[03-Feb-2008 05:21:07] PHP Fatal error:  [Zend Optimizer] Zend Optimizer 3.3.0 is incompatible with XCache 1.2.2 in Unknown on line 0

renamed /etc/php.d/xcache.ini to other file so i can load httpd again

tryed to load it with php.ini modified with xcache setting and without it, with no succes

how can i fix this ? 

sorry for my english, hope you get it :-)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->first of all Jason thank you for the great REPO, im using it since yesterday, succesfully updated my mysql, apache, php with no problem at all ! <img src='http://www.jasonlitka.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
trying to install xcache, but i have zend optimizer 3.3.0a to load some scripts</p>
<p>when im reastarting httpd it loads cpu to 99%<br />
checked logs, and it says that </p>
<p>[03-Feb-2008 05:21:07] PHP Fatal error:  [Zend Optimizer] Zend Optimizer 3.3.0 is incompatible with XCache 1.2.2 in Unknown on line 0</p>
<p>renamed /etc/php.d/xcache.ini to other file so i can load httpd again</p>
<p>tryed to load it with php.ini modified with xcache setting and without it, with no succes</p>
<p>how can i fix this ? </p>
<p>sorry for my english, hope you get it <img src='http://www.jasonlitka.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-16993</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 16 Jan 2008 23:02:58 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-16993</guid>
		<description>@Possum,

According to the output you posted you do not have the Zend Optimizer installed.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@Possum,</p>
<p>According to the output you posted you do not have the Zend Optimizer installed.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Possum</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-16908</link>
		<dc:creator>Possum</dc:creator>
		<pubDate>Wed, 16 Jan 2008 00:16:12 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-16908</guid>
		<description>Thanks Jason.  I found it odd that it was not in the /etc/php.ini file, and I have scoured it.  Maybe I don't need to worry about it.  When I look closer, in my phpinfo, It does not show the Zend Optimizer, only the following:

Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo

I am pondering that I don't need to worry about then, as I had already gone through all the loaded *.ini files for PHP, and no reference to Zend could be found.  But I could very well be wrong.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks Jason.  I found it odd that it was not in the /etc/php.ini file, and I have scoured it.  Maybe I don't need to worry about it.  When I look closer, in my phpinfo, It does not show the Zend Optimizer, only the following:</p>
<p>Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies<br />
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo</p>
<p>I am pondering that I don't need to worry about then, as I had already gone through all the loaded *.ini files for PHP, and no reference to Zend could be found.  But I could very well be wrong.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-16907</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 15 Jan 2008 23:47:03 +0000</pubDate>
		<guid>http://www.jasonlitka.com/2006/12/20/php-caching-and-acceleration-with-xcache/#comment-16907</guid>
		<description>@Possum,

Zend is generally loaded from the last few lines in your /etc/php.ini file.  Installing the Zend Optimizer may have relocated your php.ini file.  You can find the exact location, along with the locations of any ancillary config files, near the top of your phpinfo().</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->@Possum,</p>
<p>Zend is generally loaded from the last few lines in your /etc/php.ini file.  Installing the Zend Optimizer may have relocated your php.ini file.  You can find the exact location, along with the locations of any ancillary config files, near the top of your phpinfo().<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
