|
|
|
|
|
by tyingq
2762 days ago
|
|
"Better caching of compiled code by allowing sharing of compiled or live objects (classes, objects, etc) between running PHP scripts" I'm a little confused on this piece, as PHP does have a cross process opcache. People also use things like apcu to share userspace things across processes (uses mmap). |
|
The point is there is no shared state in the running problem