I have now started seeing errors like this while setting the data:-

ERROR BeIT.MemCached.ServerPool - Error in Execute<T>: localhost
   at BeIT.MemCached.PooledSocket.ReadResponse() in
C:\downloads\Memcached\BeITMemcached_source_2008_09_01\ClientLibrary\PooledSocket.cs:line
149
   at
BeIT.MemCached.MemcachedClient.<>c__DisplayClass1.<store>b__0(PooledSocket
socket) in
C:\downloads\Memcached\BeITMemcached_source_2008_09_01\ClientLibrary\MemcachedClient.cs:line
381
   at BeIT.MemCached.ServerPool.Execute[T](SocketPool pool, T defaultValue,
UseSocket`1 use) in
C:\downloads\Memcached\BeITMemcached_source_2008_09_01\ClientLibrary\ServerPool.cs:line
136

My key size is still less than 10K. Any idea??


On Mon, Oct 27, 2008 at 4:51 PM, Henrik Schröder <[EMAIL PROTECTED]> wrote:

> Now that the version is hopefully cleared up, do you still get the same
> errors?
>
> If items disappear from the cache, can you check what the stats command
> says for the number of evictions? Also, check your key manually by
> telnetting to your memcached server and issue a get command. Oh, and
> remember that the BeITMemcached client doesn't throw an exception if it
> fails to store an item, the Set/Add/Replace methods will just return false
> if they fail, so check that your items really are stored.
>
>
> /Henrik Schröder
>
> On Mon, Oct 27, 2008 at 10:40 PM, Vipin <[EMAIL PROTECTED]> wrote:
>
>>
>>
>> Thanks
>>
>>
>>
>

Reply via email to