Does smarty work fine when APC is installed? -


i'm developing website using php , smarty. , i'd caching bytecode of php script using apc, i'm worry apc cache complied smarty's templates, loosing possible dynamic content. possible?

tanks

i have been using apc on year , without problems on 4 different servers , more 30 different sites. these sites smarty ones, using dynamic content literally everywhere. @ moment using in pretty heavily used customer site no problems. not once.

apc caches compiled templates , re-caches them when/if altered (compiled smarty compiler). dynamic content work previously, bit quicker, of course.

so go ahead , use it.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -