Memcahed server is running locally on my machine as a windows service. I
guess I missed to mention that I was able to store some 600+ keys and this
error started coming after that. So to answer to your question I dont think
there is question of Memcached not working.

On Tue, Oct 28, 2008 at 12:29 PM, Josef Finsel <[EMAIL PROTECTED]> wrote:

> Let's start with the basics.
> Are you sure memcached is working? When you telnet into it, does it
> respond? Can you use TELNET to cache and retrieve data?
>
>
> On Tue, Oct 28, 2008 at 3:14 PM, Vipin Kalra <[EMAIL PROTECTED]> wrote:
>
>> 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
>>>>
>>>>
>>>>
>>>
>>
>
>
> --
> "If you see a whole thing - it seems that it's always beautiful. Planets,
> lives... But up close a world's all dirt and rocks. And day to day, life's a
> hard job, you get tired, you lose the pattern."
> Ursula K. Le Guin
>
> http://www.finsel.com/words,-words,-words.aspx (My blog) -
> http://www.finsel.com/photo-gallery.aspx (My Photogallery)  -
> http://www.reluctantdba.com/dbas-and-programmers/blog.aspx (My
> Professional Blog)
>

Reply via email to