Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2026

Modified Files:
      Tag: XQuery_0-16
        xrpc_server.mx 
Log Message:
forgot to remove the code which hides the thread problem



Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.7.2.8
retrieving revision 1.7.2.9
diff -u -d -r1.7.2.8 -r1.7.2.9
--- xrpc_server.mx      21 Feb 2007 16:22:50 -0000      1.7.2.8
+++ xrpc_server.mx      21 Feb 2007 16:28:29 -0000      1.7.2.9
@@ -1138,7 +1138,6 @@
         stream *fdout = socket_wastream(sock, "XRPC write");
         if (fdout && stream_errnr(fdout) == 0) {
             mapi_client *mc = MAPIclient(fdin, fdout, "xquery");
-            sleep(1);
             if (mc) {
                 /* override xquery_client_engine (will be restored later) */ 
                 mc->engine = xrpc_client_engine;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to