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?
Posts: 32509
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.
Posts: 17
I found apache 2.2 support mem_Cache.
How is the performance comparing with using eaccelerator?
Posts: 32509
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.