Setting a SocketChannel to non-blocking only after connect!
Just wondering if its possible to use a SocketChannel in blocking mode for theconnect operation and then use the configureBlocking(false) to make it non-blockingfor read/write operations after its connected or is it blocking for good after its created in blocking