<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">So each pool can share. I don&#39;t think APC is global cross all pools<br>
however it might be, because when I do apc_info() or whatever the<br>
function is, I see other people&#39;s files (in different pools) in my<br>
file cache.<br></blockquote><br>In my case my VPS is hosting few domains with single user www-data.<br>PHP, webroot, files all are owned as well as forked by this single user.<br><br>I guess u mean apc.shm_segments by pools?<br>


I have declared 4 pools but apc.php is saying...<br> Shared Memory = 1 Segment(s) with  60.0 MBytes (mmap memory, pthread mutex locking)
    <br><br>U can see my apc stats here - <a href="http://devilsworkshop.org/apc.php" target="_blank">http://devilsworkshop.org/apc.php</a><br><br>I hope there is harm in making cache stats public! ;-)<br><br>-Rahul<br><br>

<div class="gmail_quote">
On Wed, Jun 16, 2010 at 1:28 AM, Michael Shadle <span dir="ltr">&lt;<a href="mailto:mike503@gmail.com" target="_blank">mike503@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<div>On Tue, Jun 15, 2010 at 12:37 PM, Rahul Bansal &lt;<a href="mailto:rahul286@gmail.com" target="_blank">rahul286@gmail.com</a>&gt; wrote:<br>
<br>
&gt; I have setup my nginx as mentioned here -<br>
&gt; <a href="http://wiki.nginx.org/NginxHttpFcgiModule" target="_blank">http://wiki.nginx.org/NginxHttpFcgiModule</a><br>
&gt; And I guess for this reason my APC cache is working fine! :)<br>
<br>
</div>I believe (and from what I see and hear) the APC cache is shared by<br>
all children from the parent.<br>
<br>
So each pool can share. I don&#39;t think APC is global cross all pools<br>
however it might be, because when I do apc_info() or whatever the<br>
function is, I see other people&#39;s files (in different pools) in my<br>
file cache.<br>
<div><div></div><div><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br>