php-general | 2001092
Date: 09/27/01
- Next message: * R&zE:: "Re: [PHP] Variable declaration"
- Previous message: Rasmus Lerdorf: "Re: [PHP] A kewl Script, for you someone to test, and show me the results"
- In reply to: mydata: "Re: [PHP] Does PHP + PHP CACHE can vs JSP ?"
- Next in thread: Maxim Maletsky \(PHPBeginner.com\): "RE: [PHP] Does PHP + PHP CACHE can vs JSP ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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." <blair <email protected>> wrote in message
> news:5.1.0.14.0.20010927030052.079b4008 <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: php-general-unsubscribe <email protected>
> > >For additional commands, e-mail: php-general-help <email protected>
> > >To contact the list administrators, e-mail: php-list-admin <email protected>
> >
>
>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: * R&zE:: "Re: [PHP] Variable declaration"
- Previous message: Rasmus Lerdorf: "Re: [PHP] A kewl Script, for you someone to test, and show me the results"
- In reply to: mydata: "Re: [PHP] Does PHP + PHP CACHE can vs JSP ?"
- Next in thread: Maxim Maletsky \(PHPBeginner.com\): "RE: [PHP] Does PHP + PHP CACHE can vs JSP ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

