MemcachedSessionLocator memcachedSessionLocator,
CommandFactory commandFactory, int poolSize,
int maxQueuedNoReplyOperations) {
// make sure dispatch message thread count is zero
configuration.setDispatchMessageThreadCount(0);
return new MemcachedConnector(configuration, memcachedSessionLocator,
bufferAllocator, commandFactory, poolSize,
maxQueuedNoReplyOperations);
}