Pretty much impossible to answer. If you know what you are doing, you can use just about anything to build a solution that will work on a heavily loaded site. JSP is typically not faster than PHP or even ASP though.
But chances are your scripting language won't be your limiting factor anyway. If your site relies on a database, chances are your database speed will be the slowest part, or even more common, your pipe will be your limiting factor. Proper load balancing of your database and something like Squid as a reverse proxy in front of your dynamic pages with proper cache-control headers being generated, you can handle just about any load. -Rasmus On Thu, 27 Sep 2001, mydata wrote: > I just want to know which is best solution , if my web site is heavy loaded. > > > mydata > > > > "Jason G." <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > A good question is: Do you REALLY need the speed difference, or should > you > > be asking which is the best language to do Dynamic Web Development > > in??? Which is better supported, which is most cost effective, which is > > Open Source, which is Better... > > > > -Jason Garber > > deltacron.com > > > > At 02:48 PM 9/27/2001 +0800, mydata wrote: > > >Hi, > > >I heard about JSP a lot recently though I doing PHP programing now. > > >somebody said jsp is most fastest in (asp , php , jsp). > > >I want to know if it is true . And if I use PHP + php cache , can I speed > up > > >PHP as same as JSP as they said. > > > > > >I just want to know which is the best solution ,(php + php cache) or jsp > . > > > > > > > > > > > >-- > > >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] > > > > > > -- 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]