Hi Pawan,
Which client are you using?
/Henrik Schröder
On Tue, Jun 24, 2008 at 9:58 AM, Pawan Kumar <[EMAIL PROTECTED]>
wrote:
> We are using memcached in our web application which is under development
> right now. The server with 5MB data size support is running on Linux server
> and all our clients are running on windows machines.
>
> I am facing the following problem:
>
> When I get the data value for a key just after setting the value I am
> getting success whereas after closing the client and trying to access the
> data value for the same key, I am getting timeout error.
>
> e.g. bool status = _memoryCache.Set("IntelliSearch-ab", <XML>); // <XML> is
> stored as String
>
> String _xml = (String) _memoryCache.Get("IntelliSearch-ab");
>
> // This is returning success
>
> Whereas, after restarting the client or trying to access from different
> client using
>
> String _xml = (String) _memoryCache.Get("IntelliSearch-ab");
>
> I am getting "Timeout" error messages.
>
> Could you please suggestion what could be the reason for the same?
>
> Thanks in advance.
>