
February 21st, 2003, 04:55 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: JSP vs. PHP
Best reply I have read to this topic..urmensch.
I am in the middle of rewriting a couple sites that were PHP in JSP (one was even still Perl). Not much difference, except the speed. These are small to medium size sites that the client feels might grow to be large to very large sites.
Other than that, I personally like PHP but have been writing JSP/JAVA/Servlets for several years and this is what I am most comfortable with.
I recommend (if you have the resources) doing this:
-Try to have two boxes. One for a Unix/Linux and Apache. The other have it running Windows NT/2000 and IIS (or other windows server)
-This allows you to have several configurations available for any type of language you are interested in trying. Run your own tests and see which works best for your needs.
|