On Thu, Apr 20, 2000 at 04:38:55PM +0530, Vivek wrote: > Is PHP faster than Java Servlets in case of multiple clients ?? As other people have said, both php3 and Java servlets don't have the process creation overhead. The real difference is maintainability of a large scale project. It's for the same reason that we don't see compilers being written in perl. -Arun