Hi,

I am trying to use mget() to get multiple data pieces using the C++
API. When it works the performance difference is great.
However, I seem to hit some sort of a communication hang when I have
about 5000 or higher key requests together.

Has anyone seen this issue earlier? Is there a size limit to how much
combined data can be requested using multiget?(I read its 32 MB
somewhere but this happens for even smaller data sizes).
The hanging is during the call to mget() (even before calling fetch)
and it seems the server gets stuck trying to handle too many requests.
Any idea if I might be overrunning the server buffer/ TCPIP buffer?

Regards,
Prasad

Reply via email to