pecl:apc:todo:40

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pecl:apc:todo:40 [2009/10/15 05:52] – Add fine-grained locking research todo item shirepecl:apc:todo:40 [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 10: Line 10:
 | Windows Compatability | In-Progress | 4.0.0a | kalle, pierre, shire | Ensure we have windows compatability and testing |  | Windows Compatability | In-Progress | 4.0.0a | kalle, pierre, shire | Ensure we have windows compatability and testing | 
 | mmap replacement for windows | ?? | ?? | pierre, kalle | Implement a replacement for mmap on windows | | mmap replacement for windows | ?? | ?? | pierre, kalle | Implement a replacement for mmap on windows |
-| TSRMLS_FETCH() | In-Progress | 4.0.0a | shire | Remove as many TSRMLS_FETCH() calls as possible or in perf. critical regions to improve TS performance. |+| TSRMLS_FETCH() | In-Progress | 4.0.0a | shire, kalle | Remove as many TSRMLS_FETCH() calls as possible or in perf. critical regions to improve TS performance. |
 | Documentation | Not Started | 4.0.0a | shire | Need to update documentation both in code (TECHNOTES) as well as in the official PHP documentation (location?) or wiki so users know about changes and can better get up to speed with APC.  Should also put together an upgrade quickstart guide. | | Documentation | Not Started | 4.0.0a | shire | Need to update documentation both in code (TECHNOTES) as well as in the official PHP documentation (location?) or wiki so users know about changes and can better get up to speed with APC.  Should also put together an upgrade quickstart guide. |
 | apc.php cleanup | Not Started | 4.0.0b | shire | apc.php page still needs lots of fixing, additional features etc.  If you're interested in helping I have a detaild list ;-) |   | apc.php cleanup | Not Started | 4.0.0b | shire | apc.php page still needs lots of fixing, additional features etc.  If you're interested in helping I have a detaild list ;-) |  
Line 17: Line 17:
 | Windows locking | Not Started | 4.0.0b | shire, pierre, kalle | Sounds like we need to look at our options for windows locking so we have a good, stable, efficient option that works on both Win and Unix flavors.  Spin locks would be my first choice, but we need testing of support on windows and improvement of the signal handling problem for stability. |  | Windows locking | Not Started | 4.0.0b | shire, pierre, kalle | Sounds like we need to look at our options for windows locking so we have a good, stable, efficient option that works on both Win and Unix flavors.  Spin locks would be my first choice, but we need testing of support on windows and improvement of the signal handling problem for stability. | 
 | Virtual Host/Location | In-Progress/Partial | 4.0.0a | shire | With multiple cache support, the idea of separating files or user cache values based upon the virtual host or location became easier to support.  Add a location or virtual host option to the per-cache configuration, essentially what the file cache filters option currently supports on the 4.x branch.  This will automatically limit or direct file/user entries to the appropriate cache. | | Virtual Host/Location | In-Progress/Partial | 4.0.0a | shire | With multiple cache support, the idea of separating files or user cache values based upon the virtual host or location became easier to support.  Add a location or virtual host option to the per-cache configuration, essentially what the file cache filters option currently supports on the 4.x branch.  This will automatically limit or direct file/user entries to the appropriate cache. |
 +| Hash stats/improve file hash | Not started | 4.0.0b | shire | We currently don't have stats for our hash collisions/performance, so we should add some stats that can be enabled/disabled here without affecting performance.  We should then eval. the performance of the hash() function used for file device/inode and see if it should be more robust or if it's current performance is acceptable |
  
 ====== Research ====== ====== Research ======
pecl/apc/todo/40.1255585971.txt.gz · Last modified: 2017/09/22 13:28 (external edit)