Can I use Java for high-volume traffic Web site like a bidding Web site?

India
June 4, 2007 1:38am CST
Can I use Java for high-volume traffic Web site like a bidding Web site? Most people think Java is too slow to be used for a public Web site with high volume triffic. So I wonder what to use: PHP, Perl, Python, or Java? Is Java only for enterprise internal use (traffic is small)
1 response
@vikkramm (497)
• India
4 Jun 07
Yes. You definitely can use Java for a high-volume web site. You can also use C# or any of the languages you have listed in your question. Java's reputation for being slow comes from fat/thick client applications - not web applications. The performance of an application often has to do with it's implementation. You can write slow web applications in any language as well as write fast applications in those same languages. Good design and implementation is the main key to performance, not the language.