Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27235

Modified Files:
        mserver.mx 
Log Message:
Place a comment on something I cannot solve at the moment.


Index: mserver.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/mserver.mx,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- mserver.mx  12 Jun 2007 17:21:26 -0000      1.88
+++ mserver.mx  16 Aug 2007 19:17:58 -0000      1.89
@@ -460,6 +460,7 @@
                if ((len = stream_read_block(fdin, buf, 1, BLOCK)) < 0 || 
                        /* in embedded mode we allow just one client */
                        (GDKembedded && MCcountClients() > 1)) {
+                       /* FIXME: tell the client in a normal way! */
                        stream_close(fdin);
                        stream_destroy(fdin);
                        stream_close(fdout);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to