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
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
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
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