-
Website
http://jangro.com/ -
Original page
http://www.jangro.com/web-development/website-performance-tools-how-i-installed-memcached/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
antave
5 comments · 1 points
-
AndyBeard
7 comments · 4 points
-
Dreamer
2 comments · 1 points
-
Joe Sousa
2 comments · 1 points
-
Sam Harrelson
3 comments · 10 points
-
-
Popular Threads
-
Droids, Google Phones, Contracts, and Termination Fees: What’s a Geek to Do?
5 days ago · 13 comments
-
Open Source Life Streaming
5 days ago · 14 comments
-
Twitter Purge
1 week ago · 16 comments
-
Droid Does T-shirts
3 weeks ago · 15 comments
-
Use Your Old iPhone as a Backup Phone
1 week ago · 7 comments
-
Droids, Google Phones, Contracts, and Termination Fees: What’s a Geek to Do?
Tried it out in a few spots and got some 2x improvements -- but we're talking about milisecond execution times on DB hits, so there isn't much room for improvement on those.
I'll follow up when I've got some meatier results.
Have fun.
Yeah, that's next on the list. getting lighttpd set up for serving the static assets like images.
Here is a great post on their blog:
http://blog.lighttpd.net/articles/2006/12/28/li...
memcached: error while loading shared libraries: libevent-1.3a.so.1: cannot open shared object file: No such file or directory
I tried making the symlink as you suggested (except for me, it was in lib64) and it worked, but it left a little bit of a "hack-like" taste in my mouth.
I noticed the first line is ld.so.cache. With a little research, I found an alternative and less hack-tasting (imho) method: in /etc/ld.so.conf.d/ make a file called libevent.conf and write in this file the path to the libevent libraries (eg /usr/local/lib). Finally, run ldconfig (as root) and the cache get regenerated.
The advantage of this method is that as the cache gets checked before the system path, it means the system does less "looking" for the file. In any case - both methods work.
Thanks for this blog!
thanks for adding this. great info.
--scott
I'm currently (litterally - i'm doing it NOW) working with a friend to create an official module for Drupal. He's made a very good start (the base for TMJ) and I'm extending it.
Great work with the article, you saved me a ton of time in getting the memcacheed working with PHP!.
I owe you a beer :) Keep up your good work.
I'd suggest building packages out of libevent, memcached, and the PECL module to make it easier to manage your servers. My blog has some links on the latter, libevent ships with a .spec file, and memcached is only a couple of files.
Sean