Hello,

I'm newbie with memcached and developing a new application using memcached.

When I performing  an stress test of my application I notice that memcached 
Server apparently not using threads even when I use -t parameter in command 
line.

I compile with thread support adding -enable-threads in configure and it is 
linked with pthread, however when I use memstat command from libmemcached it 
returns:

Server: localhost (11211)
         pid: 26471
         uptime: 7733
         time: 1206548737
         version: 1.2.5
         pointer_size: 32
         rusage_user: 0.999
         rusage_system: 0.10998
         curr_items: 6
         total_items: 6
         bytes: 1069
         curr_connections: 13
         total_connections: 15
         connection_structures: 14
         cmd_get: 21
         cmd_set: 13
         get_hits: 5
         get_misses: 16
         evictions: 0
         bytes_read: 1069
         bytes_written: 1069
         limit_maxbytes: 536870912
         threads: 0

Notice last info,  is this correct?  I tried that during heavy use and shows 
the same.

Command line started:  memcached -d -p 11211 -u nobody -m 512 -c 1024 -P 
/var/run/memcached/memcached.pid -t 4

Any help?

Thanks

--------------------------------------
Rodrigo Colao Merlo
Tecnologia - Terra Brasil
+55(51)3284-4272
--------------------------------------
Terra. Qual é a sua?
Antes de imprimir, pense no meio ambiente.

Reply via email to