Changeset 16
- Timestamp:
- 12/17/04 17:00:37 (4 years ago)
- Files:
-
- eaccelerator/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/README
r15 r16 14 14 directly from it. It creates locks only for short time, while searching 15 15 compiled PHP script in the cache, so one script can be executed simultaneously 16 by several engines. MM shared memory library http://www.engelschall.com/sw/mm/ 17 was used by eAccelerator before version 2.3.13 for management of the shared 18 memory and locking. Files that can't fit in shared memory are cached on disk 16 by several engines. Files that can't fit in shared memory are cached on disk 19 17 only. 20 18