Hi,

> but I don't think the raw cpu usage can be taken as a indicator for
> judging a language. there are many other bottlenecks which play a much
> more important role: database speed, file access latency (whatever you
> need for storage).

just wanted to add something:

java is quite successful in commercial applications. not because it's
fast, but because you have an excellent ability for code reusage. you
can compile java beans into both applets and servlets. people are ready
to pay the loss of performance because development time is cut down
drastically.

development time and code maintenance are much more important than raw
performance power nowadays - at least for commercial applications.

Kind Regards,
  Daniel Lorch
-- 
if(empty($a) == true ? true : false)



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to