On Sun, 2005-07-17 at 01:42 +0900, Lothar Scholz wrote: > The main PHP problem is just that too many people thought (and even > still think) it scales well with increased application size. Scalability has a lot more to do with design than language. I work at a company with an extremely large PHP codebase pushing over 5200 requests a second at peak. Though I prefer the coding style Ruby encourages myself, PHP is like Perl - it's only as good as the programmer writing it. My main problem with it has always been somewhat lackadaisical regression testing on new releases. That may have improved in 5.x as well, but they had a bad habit of introducing stupid bugs in the 4.x series. -- Matthew Berg <galt / gothpoodle.com>