![Picture of Aziz S. Hussain Picture of Aziz S. Hussain](/graphics/unknown.gif)
Aziz S. Hussain - 2012-03-21 20:34:19
I have worked with many systems. Lately, I had the honor to work with a delivery system that processes over 1,000 requests per second.
Original code was written in straight PHP. After re-write using OOP (with more additional features, it lowered the response time by over 50%).
Clean, straight OOP can definitely be faster, it was for my case at least.
Aziz