Re: [PHP] Does PHP + PHP CACHE can vs JSP ?

2001-09-27 Thread Jason G.

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]




Re: [PHP] Does PHP + PHP CACHE can vs JSP ?

2001-09-27 Thread mydata

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]




Re: [PHP] Does PHP + PHP CACHE can vs JSP ?

2001-09-27 Thread Rasmus Lerdorf

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]




RE: [PHP] Does PHP + PHP CACHE can vs JSP ?

2001-09-27 Thread Maxim Maletsky \(PHPBeginner.com\)

Both will do good jobs, but is the site is very loaded PHP might take
less resources than jsp and asp from the server. Yet has to be well
configured. It all depends on how you use it.

PHP is a great solution for most heavy sites. I never had any problems
with it on a 4+ million pv/month site. Most of other developers will
probably agree with me.


Maxim Maletsky
www.PHPBeginner.com



-Original Message-
From: mydata [mailto:[EMAIL PROTECTED]] 
Sent: giovedì 27 settembre 2001 9.04
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Does PHP + PHP CACHE can vs JSP ?


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]



--
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]