Web Hosting Talk







View Full Version : ZendCache and VBulletin


Domenico
06-22-2001, 09:25 AM
Hi,

I think ZendCache can do wonders for a site like WHT.
Am I right here?

Domenico

BC
06-22-2001, 09:30 AM
Definitely.

But only if you're willing to shell out the money :D (which is equivalent to you getting at least 15 vB licenses ;))

eva2000
06-22-2001, 10:37 AM
i installed the 30 day trial Zend cache on my vB http://animeboards.com/index.php?s= from May 12 to June 12, 2001 and it did noticely reduce my cpu load although not that i needed it - it went from a load of 0.45 to 0.25 on a Dual p3 866, 768 mb, 18gb scsi server LOL

jokerxixlx
06-23-2001, 04:32 PM
ZendCache seems to work great but why would you every need it.. Hardware is so cheap just buy a new server.. :)

jks
06-23-2001, 04:54 PM
Use APC!

It's free, it's fast and almost as good as Zend Cache!

It has worked wonders for us several times!

--
Jens Kristian Søgaard, Mermaid Consulting I/S,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/
http://www.raqsupport.net/

eva2000
06-23-2001, 05:24 PM
Originally posted by jks
[B]Use APC!

It's free, it's fast and almost as good as Zend Cache!

It has worked wonders for us several times!

tried both memory map and share memory APC versions but i always get a memory leak with several httpd processes using 657 MB and loads going through the roof - http://vbulletin.com/forum/showthread.php?s=&threadid=14184&highlight=cache

jks
06-23-2001, 05:29 PM
I've never had that kind of trouble with APC!

Try using the SHM version and then run the ipcs command. That should give you a clue as to whether or not the memory is used by shm segments for caching.

Does the APC GUI give you any clues?

--
Jens Kristian Søgaard, Mermaid Consulting I/S,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/

eva2000
06-23-2001, 05:39 PM
Originally posted by jks
I've never had that kind of trouble with APC!

Try using the SHM version and then run the ipcs command. That should give you a clue as to whether or not the memory is used by shm segments for caching.

Does the APC GUI give you any clues?

--
Jens Kristian Søgaard, Mermaid Consulting I/S,
jens@mermaidconsulting.dk,
http://www.mermaidconsulting.com/ yeah i ran the ipcs command and from the thread i posted http://vbulletin.com/forum/showthread.php?s=&threadid=14184&highlight=cache it turns out i have tooo many Semaphore Arrays..

might give it another shot next month since i was using 1.09 and now 1.0.10 is out