I can't use couchbase 1.8 in windows2003,help!
Mon, 05/21/2012 - 02:07
my server is windows2003,sp2.
I install the coushbase 1.8 success, and can telnet 11211 port.
but when I use client to use this server, it's failed!
the result:
Store operation failed, see innerresult or statuscode for details
status is 0
the innerresult:
Failed to execute operation
status is 0
help me! I try the all version for 1.8
Mon, 05/21/2012 - 23:38
If your operations are being done in serial, adding a physical network means adding latency. It would be normal for a drop in throughput in that case. What client library are you using? Are you doing multiple operations at the same time with asynchronous operations or bulk operations?
Mon, 05/21/2012 - 23:39
Which client library? How is it configured?
the other question:
I have a 1.7 server, when I use it in localhost, the perform is 10000 ops
but is I use it in Local Area Network, the perform is 1000 ops!