Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25669

Modified Files:
      Tag: Nov2008
        merovingian.mx 
Log Message:
Bring down CPU load from 0.04% to 0.00% in idle state

U merovingian.mx
Index: merovingian.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian.mx,v
retrieving revision 1.69.2.2
retrieving revision 1.69.2.3
diff -u -d -r1.69.2.2 -r1.69.2.3
--- merovingian.mx      28 Dec 2008 14:12:26 -0000      1.69.2.2
+++ merovingian.mx      28 Dec 2008 15:36:25 -0000      1.69.2.3
@@ -1250,9 +1250,9 @@
                FD_ZERO(&fds);
                FD_SET(sock, &fds);
 
-               /* Wait up to 0.5 seconds. */
-               tv.tv_sec = 0;
-               tv.tv_usec = 500;
+               /* Wait up to 1 second. */
+               tv.tv_sec = 1;
+               tv.tv_usec = 0;
 
                retval = select(sock + 1, &fds, NULL, NULL, &tv);
                if (retval == 0) {


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to