|
|
|
|
|
by ck2
5292 days ago
|
|
Has anyone tested the three opcode caches with the 5.4 release candidates? I am depressed that eaccelerator seems to be fading away - they removed their shared memory functions for their build with 5.3 support. In my experience eaccelerator is slightly faster and more stable than xcache. As a bonus, when it did have working shared memory functions (under php 5.2) it has session handler support so sessions are done completely in memory (added: without any additional code or modification) |
|
It is unbelievably easy to build session support for other op-code caches. Here is my code for APC:
The only problem is that this still requires you to compile the session extension. I am looking into ways of working around that, since it's not really used for anything except re-direction.