[PHP] APC opcode cache behavior

2013-02-13 Thread Aaron Holmes
on this? Thanks, Aaron holmes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: APC opcode cache behavior

2013-02-13 Thread Aaron Holmes
Driving home, I realized how vague this was. Specifically, I'm looking for information on when APC will cache a file or directory, and what it checks before doing so. Thanks again, Aaron Holmes On 2/13/2013 6:53 PM, Aaron Holmes wrote: Hello, I'm trying to find some information on APC opcode

Re: [PHP] how to calculate how much data does each ip address use ?

2013-02-06 Thread Aaron Holmes
No one has mentioned Cacti yet? It does exactly what Bulent is looking for. http://cacti.net/ On 2/5/13 6:46 PM, Sean Greenslade wrote: On Tue, Feb 5, 2013 at 10:13 AM, Bulent Malik bma...@ihlas.net.tr wrote: This task is not really suited for php. I would suggest looking into Ntop. It

Re: [PHP] Programmers and developers needed

2012-09-19 Thread Aaron Holmes
Hi, Can we let this thread die now? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Instance inheritance

2012-08-17 Thread Aaron Holmes
Hello, I would like some input on the best way to do something that I can only think to call instance inheritance. I want to return, from a class method, an object that has the same methods as $this, with some additional data, and without altering $this. The way I'm doing this now is with