>The sercuity of java is better and the network controlling features
>is better too .
>
>The loading time of servlet is faster since the server just need to
>run the servlet one times

You probably mean that it needs to load the jvm one time, the servlet
gets run with every request (unless you cache).

>and the servlet will leave inside server's memory for further use,

I'm guessing you meant to say either 'leak' or 'live', probably both.

>but PHP script will be run every times

Unless you cache. I've never seen a benchmark where java ran faster
than php

>you can control synchronization in servlet but you can't in PHP

Synchronization of what, threads? Php doesn't have threads.




--
PHP General 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