// grab an instance of our connection pool
SockIOPool pool = null;
if (StringUtils.isBlank(getPoolName())) {
pool = SockIOPool.getInstance();
mcc = new MemCachedClient();
} else {
pool = SockIOPool.getInstance(getPoolName());
mcc = new MemCachedClient(getPoolName());
}
// Integer[] weights = { 5, 1 };
// set the servers and the weights