[Cluster-devel] conga/ricci/ricci Server.cpp

kupcevic at sourceware.org kupcevic at sourceware.org
Sat Oct 14 17:53:29 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	kupcevic at sourceware.org	2006-10-14 17:53:28

Modified files:
	ricci/ricci    : Server.cpp 

Log message:
	ricci: make server socket non-blocking (all sockets are non-blocking now)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- conga/ricci/ricci/Server.cpp	2006/08/10 22:53:09	1.4
+++ conga/ricci/ricci/Server.cpp	2006/10/14 17:53:27	1.5
@@ -57,7 +57,9 @@
 
 Server::Server(const ServerSocket& serv_sock) :
   _server(serv_sock)
-{}
+{
+  _server.nonblocking(true);
+}
 
 Server::~Server()
 {}




More information about the Cluster-devel mailing list