pecl:apc

This is an old revision of the document!


APC-3.1.0 Proposed Todo's

  • SMA delete optimizations (backward block link structures) -shire
  • “atomic” operations: apc_inc, apc_dec, apc_cas (increment, decrement, compare and swap). -shire
    • Only supports Long types, should we add boolean, string, object value support for CAS?
  • APCIterator class for smoother iterations over large caches with deletion support. -shire

Other work in progress & future releases

  • Multiple cache and multiple segments. -shire
    • Includes rewrite of apc.php. -shire
  • Locking mechanism on a per hash bucket basis, lowering contention. -shire
  • True read-only locking -shire
  • Binary dump and loading support. http://tekrat.com/apc_bindump/ -shire
  • Test sequential binary copy with swizzle/unswizzle against current intelligent copying of cache data. -shire
  • MD5 sums on file entries (disabled by default, only make sense on stat=0). -shire
  • Ability to compile multiple files as one “atomic” insert for production code pushes. -shire/lucas
  • File deletion by regex, array, iterator -sklar / shire
  • File/Class lazy loading. -shire
pecl/apc.1217112857.txt.gz · Last modified: 2017/09/22 13:28 (external edit)