diff --git a/src/RemoteSerializer.cc b/src/RemoteSerializer.cc index 110a25e66f..bf195e9d3a 100644 --- a/src/RemoteSerializer.cc +++ b/src/RemoteSerializer.cc @@ -3399,8 +3399,10 @@ void SocketComm::Run() small_timeout.tv_usec = io->CanWrite() || io->CanRead() ? 1 : 10; +#if 0 if ( ! io->CanWrite() ) usleep(10); +#endif int a = select(max_fd + 1, &fd_read, &fd_write, &fd_except, &small_timeout);