NBlocking ServerSocketFactory - pumps out incoming events onto the associated channels SocketStream
that gets processed by the next available thread in the pool.
Timeout of 0 kills all threads, pending or executing,
Greater values will allow the incoming queue to be processed, however blocked threads
may cause an issue.