DragonByte Tech Proudly Hosted By
-
2nd September 2010, 22:30
#1
Junior Member
Best Opcache Operator, forum faster
Hi all. I was wondering, what is the fastest Opcache Operator option?. I am trying to test them, but I really don't understand what any of them do, or what to do when I pick them. The only one I understood was the Filecache because it says, "will store data directly on your hard drive in the directory ./vboptimise/filecache/. Please make sure the directory is writable." and still I don't understand it to well.
Can someone please explain to me what each option does, and how to get it to work? I looked in the HACK description and didn't find the answer I am looking for.
Thanks a lot.
-
2nd September 2010, 22:57
#2
-
2nd September 2010, 23:15
#3
Junior Member
Thanks, I will wait for this info. 
-
3rd September 2010, 16:52
#4
Development Team Leader
Hi there,
All the options available are the major opcache systems available (with exception to Filecache), they will all store cache within RAM as opposed to the Disk (which Filecache does), obviously data read/write is a lot faster through RAM than the Disk. As for "Which is best?", on most setups your best bet is either XCache or Memcached - I prefer memcached due to its stability and scaleability. In terms of which will make the best improvement, there really isn't any if your using one of the systems supported other than Filecache, so whichever you have or get installed is fine.
You'll only need one installed, not really meant to have several systems to achieve the same thing installed. As for the specific differences in each operator, I'll list the generics but you can check their respective websites for more details:
- eAccelerator - Optimises PHP, has var caching (afaik var caching is still removed in the latest version, if they don't bring it back we'll be dropping support)
- XCache - Optimises PHP, has var caching
- Memcached - Var caching, extremely scaleable
- APC - Optimises PHP, has var caching, managed by the PHP dev team
- WinCache - Optimises PHP, has var caching, only available on IIS/Windows setups
Let me know if you have any further questions 
-
3rd September 2010, 19:08
#5
Junior Member
TY so much. This has helped me a lot. Thanks again.
EDIT: SO to use 'memcached', what do I have to do after I choose it in the options?
Last edited by nothere; 4th September 2010 at 02:36.
-
4th September 2010, 12:29
#6
-
5th September 2010, 08:06
#7
Member
Just a note most recommend using xcache on a single server. Memcache may be slightly faster but it requires an http request each time so until you have multiple front end servers xcache tends to be easier to run.
-
5th September 2010, 13:55
#8
Development Team Leader

Originally Posted by
SSSlippy
Just a note most recommend using xcache on a single server. Memcache may be slightly faster but it requires an http request each time so until you have multiple front end servers xcache tends to be easier to run.
Memcached runs through a local port (which isn't 80), no HTTP requests are required afaik. Do you have any details regarding this?
-
9th September 2010, 05:50
#9
Member

Originally Posted by
Deceptor
Memcached runs through a local port (which isn't 80), no HTTP requests are required
afaik. Do you have any details regarding this?
Sorry HTTP request was the wrong term used. It still has to make a request on that port compared to xcache which does not.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks