Robert,

read the following:
http://docs.php.net/manual/en/apc.configuration.php

IMHO, I think there is no one way to run APC. It all depends on your
traffic/needs (size of application), etc.. There are a couple
different option (not too many), so just make sure you read all of the
above to make sure you run with the correct ones.

I'd also suggest benchmarking each of the changes when you implement
them. Helps you figure out what has the greatest impact on your setup.

Till


On Tue, Nov 4, 2008 at 12:22 PM, Tobias Gies <[EMAIL PROTECTED]> wrote:
> indeed :-)
>
> 2008/11/4 Jan Pieper <[EMAIL PROTECTED]>
>>
>> I think you mean "extension=php_apc.dll" and not "extension=php_apc.so" on
>> Windows systems :-)
>>
>>
>> ________________________________
>> Von: Tobias Gies [mailto:[EMAIL PROTECTED]
>> Gesendet: Dienstag, 4. November 2008 12:18
>> An: Robert Castley
>> Cc: fw-general@lists.zend.com
>> Betreff: Re: [fw-general] APC and ZF tutorial
>>
>> Hi Robert,
>>
>> it's really simple: APC is a PHP extension that will work out of the box
>> when installed.
>>
>> On Unixoid systems, simply run pecl install apc and add "extension=apc.so"
>> to your php.ini.
>> On Windows systems, download php_apc.dll from pecl4win, drop it in your
>> PHP extension directory and add "extension=php_apc.so" to your php.ini.
>>
>> Best regards,
>> Tobias
>>
>> 2008/11/4 Robert Castley <[EMAIL PROTECTED]>
>>>
>>> Hi
>>>
>>> I see APC mentioned a lot on this list and I was wondering if anyone has
>>> a tutorial for configuring APC for use with ZF?
>>>
>>> I have a default PHP and Apache install on Windows XP/Ubuntu/Mac and
>>> would like to what I have to do to my ZF app to get it using APC.
>>>
>>> Cheers,
>>>
>>> - Robert
>>> ________________________________________________________________________
>>> This email has been scanned for all known viruses by the MessageLabs
>>> Email Security Service and the Macro 4 plc internal virus protection system.
>>> ________________________________________________________________________
>>
>
>

Reply via email to