Changeset: 6fddcb49a05c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6fddcb49a05c Modified Files: monetdb5/ChangeLog Branch: default Log Message:
Add ChangeLog for f249986489b5 diffs (13 lines): diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog --- a/monetdb5/ChangeLog +++ b/monetdb5/ChangeLog @@ -1,3 +1,9 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Wed Oct 3 2012 Martin Kersten <[email protected]> +- The scheduler of mserver5 was changed to use a fixed set of workers to + perform the work for all connected clients. Previously, each client + connection had its own set of workers, easily causing resource problems + upon multiple connections to the server. + _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
