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

Modified Files:
        ChangeLog 
Log Message:
propagated changes of Sunday Dec 28 2008 - Monday Jan 05 2009
from the Nov2008 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/12/28 - mr-meltdown: src/backends/monet5/ChangeLog,1.1.2.2
started with debugging some weird effects, ended up rewriting large
parts of the logging facility :(

- properly handle SIGHUP so we don't silently quit
- can't really use select/poll when we use stdio streams, so refrain
  from using the latter, in favour of the former, which eventually gives
  us a better idle performance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: ChangeLog
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog   8 Dec 2008 10:40:14 -0000       1.2
+++ ChangeLog   5 Jan 2009 12:21:41 -0000       1.3
@@ -1,6 +1,13 @@
 # ChangeLog file for sql/src/backends/monet5
 # This file is updated with mchangelog (Gentoo echangelog bastard script)
 
+  28 Dec 2008; Fabian Groffen <[email protected]> merovingian.mx:
+  Switched internally to select() calls instead of non-blocking IO loops. This
+  reduces the CPU usage in idlestate considerably.
+
+  28 Dec 2008; Fabian Groffen <[email protected]> merovingian.mx:
+  Properly handle SIGHUP, such that merovingian does not silently terminate
+
   08 Dec 2008; Fabian Groffen <[email protected]> merovingian.1:
   Fix manpage header
 


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

Reply via email to