}
final ServerConnection connection = createServerConnection(inputStream, outputStream, sd);
// spawnConnectionThread(connection, sd);
final Worker worker = workerPool.getWorker();
worker.setIncomingConnection(connection);
// worker.start();
// main thread accepts new connection - have a connection -
// therefore implicitly a request
// get worker; associate with connection