Issue 124 in memcached: Please add Erlang memcached client

2010-03-08 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 124 by lionet1: Please add Erlang memcached client http://code.google.com/p/memcached/issues/detail?id=124 Jumping on the bandwagon of Erlang memcached clients (there are a few already), here's our contribution:

Compiling memcached for Linux Power pc64

2010-03-08 Thread Gustavo Aquino
Hi Guys, I'm trying to compile memcached-1.4.4 in my IBM P550 machine running Linux RHE for Power PC64, but I'm getting the error: memcached-1.4.4]# ./configure checking build system type... Invalid configuration `powerpc64-unknown- linux-': machine `powerpc64-unknown-linux' not recognized

does memcached fasten web server?

2010-03-08 Thread p23
Hi, I do simple benchmark on my web server by issuing 50 queries. I send 10,000 request and it shows by using memcached is slightly slower than (or almost the same) without memcached. The result shows 216.29 request per second for memcached enabled and 216.51 for memcached disabled. However, if i

Re: does memcached fasten web server?

2010-03-08 Thread dormando
Hi, I do simple benchmark on my web server by issuing 50 queries. I send 10,000 request and it shows by using memcached is slightly slower than (or almost the same) without memcached. The result shows 216.29 request per second for memcached enabled and 216.51 for memcached disabled. However,

Re: Compiling memcached for Linux Power pc64

2010-03-08 Thread dormando
Hi Guys, I'm trying to compile memcached-1.4.4 in my IBM P550 machine running Linux RHE for Power PC64, but I'm getting the error: memcached-1.4.4]# ./configure checking build system type... Invalid configuration `powerpc64-unknown- linux-': machine `powerpc64-unknown-linux' not

Re: does memcached fasten web server?

2010-03-08 Thread Brian Moon
No, memcached does not make code run faster. In fact, it will slow down code in the right circumstances. But, that is not really the point. See: http://code.google.com/p/memcached/wiki/FAQ#Memcached_is_not_faster_than_my_database._Why? Brian. http://brian.moonspot.net/ On 3/8/10

Re: Compiling memcached for Linux Power pc64

2010-03-08 Thread Gustavo Aquino
I had GCC installed. On Mon, Mar 8, 2010 at 8:40 PM, dormando dorma...@rydia.net wrote: Hi Guys, I'm trying to compile memcached-1.4.4 in my IBM P550 machine running Linux RHE for Power PC64, but I'm getting the error: memcached-1.4.4]# ./configure checking build system type...

Re: Compiling memcached for Linux Power pc64

2010-03-08 Thread Gustavo Aquino
Sorry... Well I had requested gcc in this environment but don't check... and already don't have gcc installed... my faults.. Now with gcc I get other problem. memcached don't found my libevent that are installed. # ./configure checking for libevent directory... configure: error: libevent is

Re: Compiling memcached for Linux Power pc64

2010-03-08 Thread Paul Lindner
do you have the libevent include files installed? On a RPM based system you should check for the libevent-devel package. On Mon, Mar 8, 2010 at 4:41 PM, Gustavo Aquino aquino.gust...@gmail.comwrote: Sorry... Well I had requested gcc in this environment but don't check... and already don't

Re: memcached-selinux

2010-03-08 Thread KaiGai Kohei
Right now, I plan to implement this feature with two steps. The first one is to fix up engine framework to solve the matter which I pointed out at the previous message. The later one is to implement access control feature on the modified engine framework. I think what I should do on the next is

Re: Compiling memcached for Linux Power pc64

2010-03-08 Thread Dustin
On Mar 8, 4:41 pm, Gustavo Aquino aquino.gust...@gmail.com wrote: [r...@srv-fors04 memcached-1.4.4]# ls -la /usr/lib64/libevent-1.1a.so.1* lrwxrwxrwx 1 root root    22 Mar  8 22:30 /usr/lib64/libevent-1.1a.so.1 - libevent-1.1a.so.1.0.2 -rwxr-xr-x 1 root root 52432 Jul 13  2006