on the search for a good PHP caching method I stumbled over this phrase:
"APC was conceived of to provide a way of boosting the performance of PHP on heavily loaded sites by providing a way for scripts to be cached in a compiled state, so that the overhead of parsing and compiling can be almost completely eliminated."
So I thought you guys might want to check that out, possibly this is the leap microcode needs to encrypt compiled versions of the script.
latest CVS version of microcode contains a pre-release of a new bytecode-compiler that improves performance of microCODE and autodetects source-files and bytecode-files.
not yet integrated into microcode but we are working on it...
Will have a look at your recommended URL anyway
Regards
Karsten Richter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello again,
on the search for a good PHP caching method I stumbled over this phrase:
"APC was conceived of to provide a way of boosting the performance of PHP on heavily loaded sites by providing a way for scripts to be cached in a compiled state, so that the overhead of parsing and compiling can be almost completely eliminated."
So I thought you guys might want to check that out, possibly this is the leap microcode needs to encrypt compiled versions of the script.
Oh, here you go: http://apc.communityconnect.com/
Greets,
Dominique
latest CVS version of microcode contains a pre-release of a new bytecode-compiler that improves performance of microCODE and autodetects source-files and bytecode-files.
not yet integrated into microcode but we are working on it...
Will have a look at your recommended URL anyway
Regards
Karsten Richter