Opened 7 years ago
Closed 11 months ago
#2 closed enhancement (fixed)
[TODO] AutoDisableOnCrash
| Reported by: | moo | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0.0 |
| Component: | cacher | Version: | 1.2-dev |
| Keywords: | Cc: | ||
| Application: | PHP Version: | ||
| Other Exts: | SAPI: | Irrelevant | |
| Probability: | Blocked By: | ||
| Blocking: |
Description
An opcode cacher makes php faster, but stablability is far more important than performance.
Have a scheme to disable xcache if the cache is corrupted would be nice.
- on SIGSEGV, mark the xcache_corrupted as true, skip using cache. the flag "xcache_corrupted" has to be in cache too...
- have a cron script to restart php if it find a core dump.
Change History (7)
comment:1 Changed 7 years ago by moo
- Type changed from defect to enhancement
comment:2 Changed 7 years ago by anonymous
- Milestone milestone1 deleted
comment:3 Changed 7 years ago by moo
- Milestone set to 1.1
- Version set to 1.0
comment:4 Changed 7 years ago by moo
- Component changed from component1 to cacher
comment:5 Changed 7 years ago by moo
- Milestone changed from 1.1 to 1.2
- Version changed from 1.0 to 1.2-dev
comment:6 Changed 7 years ago by moo
- Milestone changed from 1.2 to 1.3.0
comment:7 Changed 11 months ago by moo
- pending set to 0
- Resolution set to fixed
- SAPI set to Irrelevant
- Status changed from new to closed
- Summary changed from [TODO] AutoDisableOnCorrupted to [TODO] AutoDisableOnCrash
Note: See
TracTickets for help on using
tickets.


implemented in [979]