Hi! > Of course an opcode cache isn't shred-nothing either, and maybe sharing > opcodes within a process is faster than doing this in shared memory.
I don't think so. IIRC main time is spent of two things: building runtime structures from storage formats (because we mess with our structures in runtime, we can not run engine on shm copies of everything) and ensuring writing new scripts does not mess with existing ones. These will have to be done regardless of how shared storage is organized. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php