ispCP - Board - Support
[Solved]Try to install php-xcache - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [Solved]Try to install php-xcache (/thread-6821.html)



[Solved]Try to install php-xcache - sfera - 05-27-2009 10:49 PM

Hi to all.

I try install xcache in my server for get best results. I try with the command " ab -n 1000 -c 5 http://domain.tdl/ after and later instaled xcache with apt-get install php5-xcache

Results.

without xcache : Request per second 8.13
With xcache : Request per second 8.55

Really I don't get good results.

I need any special configuration for xcache?

Any idea?

Thx in advanced ans sorry my bad english.


RE: Try to install php-xcache - alecksievici - 05-28-2009 01:35 AM

did you restart apache after you installed xcache?

does your phpinfo shows this:

[Image: vtgutowyxqiuunetea.jpg]

if not, then xcache isn't installed correctly...

also, is domain.tld php powered?


RE: Try to install php-xcache - sfera - 05-28-2009 04:47 PM

Thx for a lot.

I find the problem... The problem is the conection of my work. Only get 8,5 resquest per second. When i try at home i get good results.

Command :
Code:
ab -n 1000 -c 5 http://domain.tdl/

Without xcache :
Code:
Time taken for tests:   44.069 seconds
Requests per second:    22.69 [#/sec] (mean)
Time per request:       220.344 [ms] (mean)


With xcache
Code:
Time taken for tests:   34.494 seconds
Requests per second:    28.99 [#/sec] (mean)
Time per request:       172.469 [ms] (mean)

I think i get best results but for me thats results are good.

Thx for all.