Thomas Koch <tho...@koch.ro> 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 aware of an opcode cache (APC, XCache, eaccelerator) that could be 
> addapted in this way? Two possible scenarios:
>
> - A Runner starts and keeps running x PHP threads with the same PHP script 
> which share an opcode cache.
> - A gearman worker starts different PHP scripts according to the requested 
> task. All threads share the opcode cache.
>
> Which is the best mailing list to discuss this further, please?
>
> Best regards,
>
> Thomas Koch, http://www.koch.ro
>
> -- 
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to