Things I’ve learned about deploying a busy PHP application on Amazon EC2 WAMP/WIMP stacks
(the hard way)
In no particular order:
APC and __autoload
Rasmus said __autoload doesn’t play nice with APC.
This might have been true in 2006 when the blog post was written but it doesn’t seem so much following my tests (PHP 5.2.10 with APC 3.0.15). Our […]
Entries from September 2009
Scaling PHP apps on WAMP/WIMP
September 29th, 2009 · No Comments
Tags: Technology · Web dev
