Hii all,
I am using the libmemcached C library for implementing the multi threaded logger, where only a single thread starts the libmemcache service
and all other threads will only post the messages on to the memcached server.
But what i have observed that during ideal state only(without posting the messages on to the server) the CPU usage is very high (approximate 15 %) which is not acceptable for my application performance.
Can you please help me finding out why it is using this much CPU during ideal state and can you also provide any alternative for the same?
Thanks
Ashish