Re: [PHP-DEV] PHP CLI and opcode caches

2009-07-14 Thread Eddie Drapkin
On Tue, Jul 14, 2009 at 10:33 AM, Edward Z. Yang wrote: > Excerpts from Peter Wang's message of Mon Jul 13 05:34:33 -0400 2009: >> http://www.php.net/manual/en/apc.configuration.php#ini.apc.enable-cli >> >> is that what you want? > > Not really, since the manual even specifically states that the op

Re: [PHP-DEV] PHP CLI and opcode caches

2009-07-14 Thread Edward Z. Yang
Excerpts from Peter Wang's message of Mon Jul 13 05:34:33 -0400 2009: > http://www.php.net/manual/en/apc.configuration.php#ini.apc.enable-cli > > is that what you want? Not really, since the manual even specifically states that the opcode cache will get created and destroyed. I think Thomas is l

Re: [PHP-DEV] PHP CLI and opcode caches

2009-07-14 Thread Peter Wang
Thomas Koch writes: http://www.php.net/manual/en/apc.configuration.php#ini.apc.enable-cli is that what you want? > Hi, > > I have some PHP scripts to be run as daemons or as gearman workers. Now it > would be fine, if PHP could make use of an opcode cache also for CLI scripts. > > Is anybody a

[PHP-DEV] PHP CLI and opcode caches

2009-07-12 Thread Thomas Koch
Hi, I have some PHP scripts to be run as daemons or as gearman workers. Now it would be fine, if PHP could make use of an opcode cache also for CLI scripts. Is anybody aware of an opcode cache (APC, XCache, eaccelerator) that could be addapted in this way? Two possible scenarios: - A Runner st