Deploying PHP/APC Apps
PHP in 2011
2024-11-07
10
Considerations
•
Atomic file creation
•
Atomic multi-file creation
•
Cache clearing
•
We don't want to break running requests
•
We don't want to miss any requests
•
Robustness - don't leave system in broken state
•
Logging