Re: [PHP] Request of php5

2007-01-03 Thread edwardspl
Richard Lynch wrote:

On Mon, January 1, 2007 12:40 am, [EMAIL PROTECTED] wrote:
  

Dear All,

Happy New Year,

How much mem ( Ram ) does the php5 need ?



Yes.

:-)

Depends on what extension you add, what you do with those extensions,
and what sort of performance you expect to get.

Depends if you run as a Module, as CGI, as Fast CGI, and if you are on
Windows, Linux, FreeBSD, or Other.

Probably a little more than PHP5, and not quite as much as PHP6.

Does that help at all?

I'd like to give a better answer, if you asked a better question.
:-)

  

I need php5 running with IMP ( Webmail - http://www.horde.org/imp ) and
may be phpBB...



Re: [PHP] Request of php5

2007-01-03 Thread Curt Zirzow

On 1/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Richard Lynch wrote:

On Mon, January 1, 2007 12:40 am, [EMAIL PROTECTED] wrote:

How much mem ( Ram ) does the php5 need ?
...



Depends on what extension you add, what you do with those extensions,
and what sort of performance you expect to get.

Depends if you run as a Module, as CGI, as Fast CGI, and if you are on
Windows, Linux, FreeBSD, or Other.

...



I need php5 running with IMP ( Webmail - http://www.horde.org/imp ) and
may be phpBB...




How much ram is required is rather futile, it is more on how many
requests per second your server can handle before you start even think
about ram.

Curt

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Request of php5

2007-01-03 Thread edwardspl
Curt Zirzow wrote:

 On 1/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Richard Lynch wrote:

 On Mon, January 1, 2007 12:40 am, [EMAIL PROTECTED] wrote:

 How much mem ( Ram ) does the php5 need ?
 ...


 Depends on what extension you add, what you do with those extensions,
 and what sort of performance you expect to get.
 
 Depends if you run as a Module, as CGI, as Fast CGI, and if you are on
 Windows, Linux, FreeBSD, or Other.
 
 ...


 I need php5 running with IMP ( Webmail - http://www.horde.org/imp ) and
 may be phpBB...



 How much ram is required is rather futile, it is more on how many
 requests per second your server can handle before you start even think
 about ram.

 Curt

But actually, I want to know how muach mem ( ram ) does the new version
of php need ?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Request of php5

2007-01-03 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-04 00:09:37 +0800:
 Curt Zirzow wrote:
  On 1/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Richard Lynch wrote:
  On Mon, January 1, 2007 12:40 am, [EMAIL PROTECTED] wrote:
 
  How much mem ( Ram ) does the php5 need ?
  ...
 
  Depends on what extension you add, what you do with those extensions,
  and what sort of performance you expect to get.
  
  Depends if you run as a Module, as CGI, as Fast CGI, and if you are on
  Windows, Linux, FreeBSD, or Other.
  
  ...
 
  I need php5 running with IMP ( Webmail - http://www.horde.org/imp ) and
  may be phpBB...
 
  How much ram is required is rather futile, it is more on how many
  requests per second your server can handle before you start even think
  about ram.

 But actually, I want to know how muach mem ( ram ) does the new version
 of php need ?

Excuse me, are you pulling our legs or do you have reading problems?
Several people have already told you that the memory footprint depends
on several factors, of which you specified NONE.

To satisfy your thirst for meaningless numbers, here's the CLI php 5.2.0
waiting for input on FreeBSD-6.1/amd64, with *unspecified number* of
*various* extensions:

USER  PID %CPU %MEM   VSZ   RSS  TT  STAT STARTED  TIME COMMAND
roman   26242  0.0  1.0 58348 10608  pg  I+5:52PM   0:00.06 php

As you can see, PHP 5 takes 10MB. Did I mention that number is useless
for you? I just don't understand why you don't try it yourself.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Request of php5

2007-01-02 Thread Richard Lynch
On Mon, January 1, 2007 12:40 am, [EMAIL PROTECTED] wrote:
 Dear All,

 Happy New Year,

 How much mem ( Ram ) does the php5 need ?

Yes.

:-)

Depends on what extension you add, what you do with those extensions,
and what sort of performance you expect to get.

Depends if you run as a Module, as CGI, as Fast CGI, and if you are on
Windows, Linux, FreeBSD, or Other.

Probably a little more than PHP5, and not quite as much as PHP6.

Does that help at all?

I'd like to give a better answer, if you asked a better question.
:-)

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Request of php5

2007-01-01 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-01 14:40:14 +0800:
 Dear All,
 
 Happy New Year,
 
 How much mem ( Ram ) does the php5 need ?

As much as you make it use.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Request of php5

2007-01-01 Thread edwardspl
Roman Neuhauser wrote:

# [EMAIL PROTECTED] / 2007-01-01 14:40:14 +0800:
  

Dear All,

Happy New Year,

How much mem ( Ram ) does the php5 need ?



As much as you make it use.

  

Sorry, pardon me !


[PHP] Request of php5

2006-12-31 Thread edwardspl
Dear All,

Happy New Year,

How much mem ( Ram ) does the php5 need ?

Edward.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php