<?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>PHPの高速化(2) へのコメント</title>
	<atom:link href="http://rental.off-soft.net/326.html/feed" rel="self" type="application/rss+xml" />
	<link>http://rental.off-soft.net/326.html</link>
	<description>phpとmysql が使えるおすすめの格安レンタルサーバーをご紹介します。もちろん、Joomla!,WordPress,Mobile Typeなどの有名なCMSも使える格安、割安感のあるレンタルサーバーを厳選して、比較紹介します。</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:44:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>pc.casey.jp » [PHP] さくらインターネット 共用鯖にAPCインストール より</title>
		<link>http://rental.off-soft.net/326.html/comment-page-1#comment-140</link>
		<dc:creator>pc.casey.jp » [PHP] さくらインターネット 共用鯖にAPCインストール</dc:creator>
		<pubDate>Tue, 20 Sep 2011 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://rental.off-soft.net/?p=326#comment-140</guid>
		<description>[...] PHPの高速化(2) &#124; phpとmysql が使えるおすすめ格安レンタルサーバー比較 [...]</description>
		<content:encoded><![CDATA[<p>[...] PHPの高速化(2) | phpとmysql が使えるおすすめ格安レンタルサーバー比較 [...]</p>
<div class="comment_rate">このコメントは、参考になりましたか？ <img style="padding: 0px; margin: 0px; border: none;" id="up-140" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_gray_up.png" alt="Thumb up"  /> <span id="karma-140-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; margin: 0px; border: none;" id="down-140" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_gray_down.png" alt="Thumb down"  /> <span id="karma-140-down" style="font-size:12px; color:#990033;">0</span></div>]]></content:encoded>
	</item>
	<item>
		<title>ついでにphp5.2-APCをインストールする &#124; レンタルサーバー・自宅サーバー設定・構築のヒント より</title>
		<link>http://rental.off-soft.net/326.html/comment-page-1#comment-79</link>
		<dc:creator>ついでにphp5.2-APCをインストールする &#124; レンタルサーバー・自宅サーバー設定・構築のヒント</dc:creator>
		<pubDate>Mon, 18 Oct 2010 01:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://rental.off-soft.net/?p=326#comment-79</guid>
		<description>[...] APCをインストールします。 APCは、phpのpeclを使います。  $ pecl install apc downloading APC-3.0.19.tgz ... Starting to download APC-3.0.19.tgz &#040;115,735 bytes&#041; .........................done: 115,735 bytes 47 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 Use apxs to set compile flags &#040;if using APC with Apache&#041;? &#091;yes&#093; : yes building in /var/tmp/pear-build-naru/APC-3.0.19 running: /var/tmp/APC/configure --with-apxs checking for egrep... grep -E : : : Build process completed successfully Installing &#039;/usr/lib64/php/modules/apc.so&#039; install ok: channel://pecl.php.net/APC-3.0.19 configuration option &quot;php_ini&quot; is not set to php.ini location You should add &quot;extension=apc.so&quot; to php.ini 以上で、インストール完了です。      格安レンタルサーバーでは、このAPCは、もし、インストールできたとしても、ほとんど意味がありません。 APCは、メモリ上にコンパイル済みphpバイナリデータを持とうとします。 それは、格安レンタルサーバーでは、みんなで使う共有サーバーが基本ですから、コンパイル済みphpバイナリデータを書き込むためのメモリを確保できないんですね。  しかし、自宅サーバーなら話は違います。 （このあたりが、自宅サーバーのおいしいところで）自宅サーバーは、自分が専有しているのですから、すべての権限は自分で決めれます。 メモリに余裕があれば、思う存分APCの効果を試せます。  実際に試すとわかるんですけど、このAPCは、かなり体感速度が向上します。是非、お試しを。  参考記事： ・「PHPの高速化」 ・「PHPの高速化(2)」 [...]</description>
		<content:encoded><![CDATA[<p>[...] APCをインストールします。 APCは、phpのpeclを使います。  $ pecl install apc downloading APC-3.0.19.tgz &#8230; Starting to download APC-3.0.19.tgz &#040;115,735 bytes&#041; &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.done: 115,735 bytes 47 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 Use apxs to set compile flags &#040;if using APC with Apache&#041;? &#091;yes&#093; : yes building in /var/tmp/pear-build-naru/APC-3.0.19 running: /var/tmp/APC/configure &#8211;with-apxs checking for egrep&#8230; grep -E : : : Build process completed successfully Installing &#039;/usr/lib64/php/modules/apc.so&#039; install ok: channel://pecl.php.net/APC-3.0.19 configuration option &quot;php_ini&quot; is not set to php.ini location You should add &quot;extension=apc.so&quot; to php.ini 以上で、インストール完了です。      格安レンタルサーバーでは、このAPCは、もし、インストールできたとしても、ほとんど意味がありません。 APCは、メモリ上にコンパイル済みphpバイナリデータを持とうとします。 それは、格安レンタルサーバーでは、みんなで使う共有サーバーが基本ですから、コンパイル済みphpバイナリデータを書き込むためのメモリを確保できないんですね。  しかし、自宅サーバーなら話は違います。 （このあたりが、自宅サーバーのおいしいところで）自宅サーバーは、自分が専有しているのですから、すべての権限は自分で決めれます。 メモリに余裕があれば、思う存分APCの効果を試せます。  実際に試すとわかるんですけど、このAPCは、かなり体感速度が向上します。是非、お試しを。  参考記事： ・「PHPの高速化」 ・「PHPの高速化(2)」 [...]</p>
<div class="comment_rate">このコメントは、参考になりましたか？ <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-79" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('79', 'add', 'rental.off-soft.net/wp-content/plugins/comment-rating/', '1_14_');" title="参考になった" /> <span id="karma-79-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-79" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('79', 'subtract', 'rental.off-soft.net/wp-content/plugins/comment-rating/', '1_14_')" title="あまり参考にならなかった" /> <span id="karma-79-down" style="font-size:12px; color:#990033;">0</span></div>]]></content:encoded>
	</item>
	<item>
		<title>管理人 より</title>
		<link>http://rental.off-soft.net/326.html/comment-page-1#comment-73</link>
		<dc:creator>管理人</dc:creator>
		<pubDate>Thu, 07 Oct 2010 20:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://rental.off-soft.net/?p=326#comment-73</guid>
		<description>ここで試しているレンタルサーバーは、さくらインターネットの共有レンタルサーバー（&lt;a href=&quot;/web/sakura_1.html&quot; title=&quot;さくらインターネット（プレミアム）&quot; target=&quot;_blank&quot;   rel=&quot;nofollow&quot;&gt;さくらインターネット（プレミアム）&lt;/a&gt;）です。

今度、新しく出た&lt;a  href=&quot;/web/sakurav_txt.html&quot; title=&quot;こちら（さくらインターネットVPSホームページ）&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;さくらインターネットのVPS&lt;/a&gt;&lt;img src=&quot;http://www11.a8.net/0.gif?a8mat=1O30FV+419X0I+D8Y+BWVTE&quot; alt=&quot;こちら（さくらインターネットVPSホームページ）&quot;  /&gt;なら、お試し期間で試してみたところ、このAPCは、うまく機能しましたね。

まあ、VPSですから、サーバー丸ごとと同じですから、当然と言えば当然ですけどね。

とりあえず、月額&#165;980ですから、下手に自宅サーバーたてるよりも安上がりです。
とりあえず、お試し期間２週間ありますから、試されると良いと思います。 (Y) 
&lt;a  href=&quot;/web/sakurav_txt.html&quot; title=&quot;こちら（さくらインターネットVPSホームページ）&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;さくらインターネットのVPSホームページへ&lt;/a&gt;&lt;img src=&quot;http://www11.a8.net/0.gif?a8mat=1O30FV+419X0I+D8Y+BWVTE&quot; alt=&quot;こちら（さくらインターネットVPSホームページ）&quot;  /&gt;</description>
		<content:encoded><![CDATA[<p>ここで試しているレンタルサーバーは、さくらインターネットの共有レンタルサーバー（<a href="/web/sakura_1.html" title="さくらインターネット（プレミアム）" target="_blank"   rel="nofollow">さくらインターネット（プレミアム）</a>）です。</p>
<p>今度、新しく出た<a href="/web/sakurav_txt.html" title="こちら（さくらインターネットVPSホームページ）" target="_blank" rel="nofollow">さくらインターネットのVPS</a><img src="http://www11.a8.net/0.gif?a8mat=1O30FV+419X0I+D8Y+BWVTE" alt="こちら（さくらインターネットVPSホームページ）"  />なら、お試し期間で試してみたところ、このAPCは、うまく機能しましたね。</p>
<p>まあ、VPSですから、サーバー丸ごとと同じですから、当然と言えば当然ですけどね。</p>
<p>とりあえず、月額&yen;980ですから、下手に自宅サーバーたてるよりも安上がりです。<br />
とりあえず、お試し期間２週間ありますから、試されると良いと思います。 <img src='http://rental.off-soft.net/wp-content/plugins/smilies-themer/adiumicons/thumb-up.png' alt='(Y)' class='wp-smiley' /><br />
<a href="/web/sakurav_txt.html" title="こちら（さくらインターネットVPSホームページ）" target="_blank" rel="nofollow">さくらインターネットのVPSホームページへ</a><img src="http://www11.a8.net/0.gif?a8mat=1O30FV+419X0I+D8Y+BWVTE" alt="こちら（さくらインターネットVPSホームページ）"  /></p>
<div class="comment_rate">このコメントは、参考になりましたか？ <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-73" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('73', 'add', 'rental.off-soft.net/wp-content/plugins/comment-rating/', '1_14_');" title="参考になった" /> <span id="karma-73-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-73" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('73', 'subtract', 'rental.off-soft.net/wp-content/plugins/comment-rating/', '1_14_')" title="あまり参考にならなかった" /> <span id="karma-73-down" style="font-size:12px; color:#990033;">0</span></div>]]></content:encoded>
	</item>
	<item>
		<title>管理人 より</title>
		<link>http://rental.off-soft.net/326.html/comment-page-1#comment-22</link>
		<dc:creator>管理人</dc:creator>
		<pubDate>Fri, 23 Apr 2010 00:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://rental.off-soft.net/?p=326#comment-22</guid>
		<description>共用のレンタルサーバーでは、あまり意味がないでしょう。 :( 
これは、デフォルトで32ＭBのメモリを利用して、そこにＰＨＰのコンパイル済みのデータをキャッシュしていきます。
共用のレンタルサーバーでは、おそらくほとんどのサーバーで32MBのメモリを常時確保できないでしょう。
たぶん・・・。なので、たぶん、あまり意味がないような気がします。
但し、自宅サーバーでメモリだけはふんだんにあるというサーバーは、ＣＰＵが倍増したような速度を体験できると思います。管理人もおんぼろ自宅サーバーで、あきらかに早くなったなという体感をしましたので・・・。 :D</description>
		<content:encoded><![CDATA[<p>共用のレンタルサーバーでは、あまり意味がないでしょう。 <img src='http://rental.off-soft.net/wp-content/plugins/smilies-themer/adiumicons/sad.png' alt=':(' class='wp-smiley' /><br />
これは、デフォルトで32ＭBのメモリを利用して、そこにＰＨＰのコンパイル済みのデータをキャッシュしていきます。<br />
共用のレンタルサーバーでは、おそらくほとんどのサーバーで32MBのメモリを常時確保できないでしょう。<br />
たぶん・・・。なので、たぶん、あまり意味がないような気がします。<br />
但し、自宅サーバーでメモリだけはふんだんにあるというサーバーは、ＣＰＵが倍増したような速度を体験できると思います。管理人もおんぼろ自宅サーバーで、あきらかに早くなったなという体感をしましたので・・・。 <img src='http://rental.off-soft.net/wp-content/plugins/smilies-themer/adiumicons/biggrin.png' alt=':D' class='wp-smiley' /> </p>
<div class="comment_rate">このコメントは、参考になりましたか？ <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-22" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('22', 'add', 'rental.off-soft.net/wp-content/plugins/comment-rating/', '1_14_');" title="参考になった" /> <span id="karma-22-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-22" src="http://rental.off-soft.net/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('22', 'subtract', 'rental.off-soft.net/wp-content/plugins/comment-rating/', '1_14_')" title="あまり参考にならなかった" /> <span id="karma-22-down" style="font-size:12px; color:#990033;">0</span></div>]]></content:encoded>
	</item>
</channel>
</rss>

