// socket.setSoTimeout(server.getRequestTimeOut());
socket.setSoTimeout(pool.timeout);
} catch (SocketException ex) {
if (trace)
ex.printStackTrace();
server.errlog("Unable to set socket timeout!");
}
this.idle = false;
bindcount++;
pool.run(this);
}