In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
588 [In-Portal CMS] Caching System task always 2010-03-01 14:19 2010-07-22 15:06
Dmitry  
alex  
normal  
closed  
fixed  
 
none 5.1.0-B1  
0
0000588: Implement "APC" Caching Storage
Implement "APC" Caching storage into current Caching engine.

http://us3.php.net/manual/en/book.apc.php
related to 0000107closed  (5.1.0)alex Implement "MemCached" functionality 
child of 0000296needs work  (Icebox)alex Research and Create Optimization Plan 
patch apc_caching_support.patch (19,766) 2010-03-02 11:45
http://tracker.in-portal.org/file_download.php?file_id=316&type=bug
patch apc_caching_support_addon.patch (513) 2010-03-02 13:10
http://tracker.in-portal.org/file_download.php?file_id=317&type=bug
patch apc_caching_support_addon2.patch (590) 2010-03-02 14:11
http://tracker.in-portal.org/file_download.php?file_id=318&type=bug
Issue History
2010-07-22 15:06 alex Note Added: 0002568
2010-07-22 15:06 alex Status resolved => closed
2010-03-03 03:23 alex Note Added: 0001513
2010-03-02 14:45 alex Note Added: 0001511
2010-03-02 14:13 alex Note Edited: 0001507 bug_revision_view_page.php?bugnote_id=0001507#r397
2010-03-02 14:11 alex File Added: apc_caching_support_addon2.patch
2010-03-02 14:11 alex Changeset attached 5.1.x r13172
2010-03-02 13:11 alex Changeset attached 5.1.x r13171
2010-03-02 13:11 alex Note Added: 0001507
2010-03-02 13:10 alex File Added: apc_caching_support_addon.patch
2010-03-02 11:48 alex Note Added: 0001506
2010-03-02 11:47 alex Changeset attached 5.1.x r13170
2010-03-02 11:47 alex Note Added: 0001505
2010-03-02 11:47 alex Status needs testing => resolved
2010-03-02 11:47 alex Fixed in Version => 5.1.0-B1
2010-03-02 11:47 alex Resolution open => fixed
2010-03-02 11:47 alex Assigned To !COMMUNITY => alex
2010-03-02 11:46 alex Note Added: 0001504
2010-03-02 11:46 alex Assigned To alex => !COMMUNITY
2010-03-02 11:46 alex Developer => alex
2010-03-02 11:46 alex Status needs work => needs testing
2010-03-02 11:46 alex Description Updated bug_revision_view_page.php?rev_id=395#r395
2010-03-02 11:45 alex File Added: apc_caching_support.patch
2010-03-01 14:20 Dmitry Relationship added child of 0000296
2010-03-01 14:20 Dmitry Relationship added related to 0000107
2010-03-01 14:19 Dmitry New Issue
2010-03-01 14:19 Dmitry Status active => needs work
2010-03-01 14:19 Dmitry Assigned To => alex

Notes
(0001504)
alex   
2010-03-02 11:46   
Done.
(0001505)
alex   
2010-03-02 11:47   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000588: Implement "APC" Caching Storage
(0001506)
alex   
2010-03-02 11:48   
Reminder sent to: Dmitry

Please test. Patch already applied.
(0001507)
alex   
2010-03-02 13:11   
(edited on: 2010-03-02 14:13)
1. Patch "apc_caching_support_addon.patch" is fixing bug, found in previous patch in "cache.php" file.
2. Patch "apc_caching_support_addon2.patch" fixes undefined $vars varoable during clean install in kCache class.

(0001511)
alex   
2010-03-02 14:45   
Reminder sent to: Dmitry

Maybe we can add support for xCache as well. It's cannot be installed together with APC, tells, that APC conflicts with it.

http://xcache.lighttpd.net/wiki/XcacheApi
(0001513)
alex   
2010-03-03 03:23   
Maybe this could be an issue:
http://lv.php.net/manual/en/function.apc-store.php#70822

Also multiple calls to apc_store with same key and value cases all but first call to fail resulting caching not being used during configuration changes.
(0002568)
alex   
2010-07-22 15:06   
Closing, since 5.1.0 release has been released.