G2 performance example

kk5

Joined: 2006-01-13
Posts: 17
Posted: Fri, 2006-01-13 13:50

I run G2.02 in a Pentium 4 2.8GHz, 1GB dual channel DDR533 machine.
Windows 2000 + uniform server + ZEND optimizer

Only tens of sample pictures are there for testing.

But it takes about 5 second for each click, and apache takes a lot of CPU on every click of users.

Any way to improve it ?

Can anyone gives me a example, like how much pageviews a Dual processor server can do a day?
Or how many current users for a dual P server?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-01-13 14:38

there are the weirdest performance issues with windows. probably mostly due to filesystem / mysql interactions.

- 5 seconds per request is crazy. it should be < 1 second
- zend optimizer doesn't help much. php eaccelerator or another cache/accelerator bring a major speedup.

 
kk5

Joined: 2006-01-13
Posts: 17
Posted: Sun, 2006-01-22 19:50

I found apache 2.2 support mem_Cache.
How is the performance comparing with using eaccelerator?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2006-01-23 01:11

got a website about mem_cache? i guess it's a apache module / complementary solution.
a php cache/accelerator can do a lot and mem_cache won't replace it.