<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dominik Deobald &#187; Performance Tuning</title>
	<atom:link href="http://blogs.interdose.com/dominik/category/performance-tuning/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.interdose.com/dominik</link>
	<description>Interdose Ltd. &#38; Co KG.</description>
	<lastBuildDate>Tue, 29 Jun 2010 11:55:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blogs.interdose.com' port='80' path='/dominik/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Abstürze durch PHP OpCode Caches</title>
		<link>http://blogs.interdose.com/dominik/2008/04/24/absturze-durch-php-opcode-caches/</link>
		<comments>http://blogs.interdose.com/dominik/2008/04/24/absturze-durch-php-opcode-caches/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 09:51:16 +0000</pubDate>
		<dc:creator>Dominik Deobald</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[absturz]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[segfault]]></category>
		<category><![CDATA[Webserver]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/dominik/?p=28</guid>
		<description><![CDATA[<p>Thomas Kruse hat auf seinem Blog <a href="http://everflux.de/eaccelerator-vs-xcache-caches-fur-php-536/" target="_blank">everflux</a> seine Erfahrungen zur Stabilität mit den diversen OpCode Caches veröffentlicht &#8211; mit einem ziemlich eindeutigen Ergebnis: Sie sind es allesamt nicht. Abstürze gehören wohl zur Regel.</p>
<p><a href="http://blogs.interdose.com/dominik/2008/04/24/absturze-durch-php-opcode-caches/" class="more-link">Read more on Abstürze durch PHP OpCode Caches&#8230;</a></p>
<hr />
<p><small>&#169; BlaM for <a href="http://blogs.interdose.com/dominik">Dominik Deobald</a>, 2008. &#124;
<a href="http://blogs.interdose.com/dominik/2008/04/24/absturze-durch-php-opcode-caches/">Permalink</a> &#124;
<a href="http://blogs.interdose.com/dominik/2008/04/24/absturze-durch-php-opcode-caches/#comments">One comment</a> &#124;
Add to
<a href="http://del.icio.us/post?url=http://blogs.interdose.com/dominik/2008/04/24/absturze-durch-php-opcode-caches/&#38;title=Abstürze durch PHP OpCode Caches">del.icio.us</a>
<br/>
Post tags: <a href="http://blogs.interdose.com/dominik/tag/absturz/" rel="tag">absturz</a>, <a href="http://blogs.interdose.com/dominik/tag/eaccelerator/" rel="tag">eaccelerator</a>, <a href="http://blogs.interdose.com/dominik/tag/performance/" rel="tag">performance</a>, <a href="http://blogs.interdose.com/dominik/tag/php/" rel="tag">PHP</a>, <a href="http://blogs.interdose.com/dominik/tag/segfault/" rel="tag">segfault</a>, <a href="http://blogs.interdose.com/dominik/tag/webserver/" rel="tag">Webserver</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://blogs.interdose.com/dominik/2008/04/24/absturze-durch-php-opcode-caches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Benchmarking PHP: eAccelerator und andere OpCode Caches</title>
		<link>http://blogs.interdose.com/dominik/2008/04/11/benchmarking-php-eaccelerator-und-andere-opcode-caches/</link>
		<comments>http://blogs.interdose.com/dominik/2008/04/11/benchmarking-php-eaccelerator-und-andere-opcode-caches/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 15:20:21 +0000</pubDate>
		<dc:creator>Dominik Deobald</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[alternative php cache]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[opcode cache]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[xcache]]></category>
		<category><![CDATA[zend optimizer]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/dominik/?p=22</guid>
		<description><![CDATA[<p>Die Aufgabenstellung: Die Applikationen aus unserem Hause sollen so stabil und leistungsfähig laufen wie möglich. Ein wichtiger Bestandteil der Applikations-Infrastruktur stellen in unserem Bereich die Webserver dar, die PHP-Unterstützung mitbringen müssen.</p>
<p><a href="http://blogs.interdose.com/dominik/2008/04/11/benchmarking-php-eaccelerator-und-andere-opcode-caches/" class="more-link">Read more on Benchmarking PHP: eAccelerator und andere OpCode Caches&#8230;</a></p>
<hr />
<p><small>&#169; BlaM for <a href="http://blogs.interdose.com/dominik">Dominik Deobald</a>, 2008. &#124;
<a href="http://blogs.interdose.com/dominik/2008/04/11/benchmarking-php-eaccelerator-und-andere-opcode-caches/">Permalink</a> &#124;
<a href="http://blogs.interdose.com/dominik/2008/04/11/benchmarking-php-eaccelerator-und-andere-opcode-caches/#comments">7 comments</a> &#124;
Add to
<a href="http://del.icio.us/post?url=http://blogs.interdose.com/dominik/2008/04/11/benchmarking-php-eaccelerator-und-andere-opcode-caches/&#38;title=Benchmarking PHP: eAccelerator und andere OpCode Caches">del.icio.us</a>
<br/>
Post tags: <a href="http://blogs.interdose.com/dominik/tag/alternative-php-cache/" rel="tag">alternative php cache</a>, <a href="http://blogs.interdose.com/dominik/tag/apache/" rel="tag">Apache</a>, <a href="http://blogs.interdose.com/dominik/tag/apc/" rel="tag">apc</a>, <a href="http://blogs.interdose.com/dominik/tag/benchmark/" rel="tag">benchmark</a>, <a href="http://blogs.interdose.com/dominik/tag/eaccelerator/" rel="tag">eaccelerator</a>, <a href="http://blogs.interdose.com/dominik/tag/opcode-cache/" rel="tag">opcode cache</a>, <a href="http://blogs.interdose.com/dominik/tag/performance/" rel="tag">performance</a>, <a href="http://blogs.interdose.com/dominik/tag/php/" rel="tag">PHP</a>, <a href="http://blogs.interdose.com/dominik/tag/speed/" rel="tag">speed</a>, <a href="http://blogs.interdose.com/dominik/tag/webserver/" rel="tag">Webserver</a>, <a href="http://blogs.interdose.com/dominik/tag/xcache/" rel="tag">xcache</a>, <a href="http://blogs.interdose.com/dominik/tag/zend-optimizer/" rel="tag">zend optimizer</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></description>
		<wfw:commentRss>http://blogs.interdose.com/dominik/2008/04/11/benchmarking-php-eaccelerator-und-andere-opcode-caches/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
