Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3795 | minor | always | 12-01-09 17:48 | 12-09-20 04:30 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.2 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0003795: APC cache should not be an LRU cache | ||||
Description: |
(rep by QuiddleDeeDoodler) I am using Quercus with compile set to true. I would like to store multiple site-particular variables in APC. This works fine, for a while. But after an indeterminable period the variables are lost. I've have the following settings in the web.xml ... <!-- QUERCUS --> <servlet-mapping url-pattern="*.php" servlet-name="resin-php"> <init> <compile>true</compile> <script-encoding>UTF-8</script-encoding> <php-ini> <apc.enabled>1</apc.enabled> <apc.shm_segments>400</apc.shm_segments> <apc.shm_size>30</apc.shm_size> <apc.write_lock>1</apc.write_lock> <apc.num_files_hint>1000</apc.num_files_hint> <apc.user_entries_hint>1000</apc.user_entries_hint> </php-ini> </init> </servlet-mapping> Any suggestions welcomed. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|