Web application performance optimization tips for CFML, PHP and other languages
Mon, Apr 15, 2013
It's taken me a long time to eliminate disk overhead from my web application, and I'm not done yet. Once you have an app that is CPU bound instead of disk bound, then you can start to justify using some other more efficient language. However, there i... Read More
Hot rod your PHP app with Caucho Quercus and start learning Java technologies
Mon, Apr 15, 2013
Caucho Quercus is a commercial solution for accelerating PHP applications that starts at around $700 for a single processor. They rewrote PHP to run on the Java Virtual Machine, which is a pretty amazing feat. Caucho was able to optimize ... Read More