Jump to content

APC xcache memcached


mudmanc4

Recommended Posts

sure you do! its these ones

<IfModule prefork.c>

StartServers 8

MinSpareServers 5

MaxSpareServers 12

ServerLimit 50

MaxClients 50

MaxRequestsPerChild 4000

</IfModule>

<IfModule worker.c>

StartServers 6

MaxClients 150

MinSpareThreads 25

MaxSpareThreads 75

ThreadsPerChild 25

MaxRequestsPerChild 0

</IfModule>

Link to comment
Share on other sites

D why would you use eAccelerator over something like memcache , is it more image friendly ?

In my case it just seems more friendly memory wise, a little faster and works best with one of my PHP scripts. Ever file on my site is downloaded through a PHP script and memcache just seemed to mess that up. It was caching the script for files that were for a different file. eAccelerator doesn't do that.

Link to comment
Share on other sites

i disabled xcache yesterday because i discovered it was causing heavy load on my server, sometimes spiking the cpu into the 2.00 range when loading a webpage so i switched to zend temporarily because i know it works fine with worker

edit: thanks dlewis23 for recommending eAccelerator, i compiled it a few moments ago restarted apache and couldn't be happier with its performance btw it works like a dream with worker even handling 950 Requests a minute (15.8 requests every second) i was still seeing page load times of .44 seconds... i'm sure thats more load then my server will ever see. so under no load at all i'm seeing .15-.22 load times

thanks again

~ TriRan

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...