Re: hardware prerequisite

2006-02-02 Thread Jonathan
On Feb 2, 2006, at 4:15 AM, Ken Perl wrote: My machine which cpu is celeron 266Mhz is running Debian 3.1, and apche2 modperl2 are configured for running the content manager program WebGUI which needs modperl2. Now my issue is the performance is very bad and very slow even I click edit a link. T

Re: hardware prerequisite

2006-02-02 Thread Ken Perl
I could run WebGUI with apache very well before, but apache2 is very slow, so I doubt some bugs in apache2 or modperl2, but I can't finger this out. On 2/2/06, Mark Galbreath <[EMAIL PROTECTED]> wrote: > I wasn't aware you could run any modern software on a CPU that slow. Use > that machine for a

Re: hardware prerequisite

2006-02-02 Thread Mark Galbreath
I wasn't aware you could run any modern software on a CPU that slow.  Use that machine for a doorstop, dude, and upgrade to something manufactured in the last 3 years.   mark>>> Ken Perl <[EMAIL PROTECTED]> 02-Feb-06 04:15 AM >>> My machine which cpu is celeron 266Mhz is running Debian 3.1, andap

Re: hardware prerequisite

2006-02-02 Thread John ORourke
There's some good performance advice on perl.apache.org: http://perl.apache.org/docs/general/hardware/hardware.html#Memory Use top or ps to look at the size of the httpd processes - the memory used by the individual process is 'RSS' minus 'SHARE'. The more modules you load, objects you create

Re: hardware prerequisite

2006-02-02 Thread Tom Schindl
Hi, it depends on how many traffic you are expecting? Most of the time not you CPU is the bottleneck but your memory, at the moment your system begins to swap you are lost. For medium traffic sites a Celeron 1200 with 1 GB Ram is sufficient. Tom Ken Perl wrote: > My machine which cpu is celeron