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

Modified Files:
      Tag: xrpcdemo
        xrpc_client.mx 
Log Message:
- several old (minor) changes in the demo
- fix in xrpc_client.mx: in iterative xrpc, there is no $t, since we
  don't use batloop here.



U xrpc_client.mx
Index: xrpc_client.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_client.mx,v
retrieving revision 1.45.4.16
retrieving revision 1.45.4.17
diff -u -d -r1.45.4.16 -r1.45.4.17
--- xrpc_client.mx      17 Jun 2008 16:32:23 -0000      1.45.4.16
+++ xrpc_client.mx      3 Jul 2008 08:42:19 -0000       1.45.4.17
@@ -282,7 +282,7 @@
         if (xrpc_qid != "") lock_unset(wslock);
         var rpc_res, timeout := max(0LL,xrpc_timeout - ((usec() - 
time_start)/1000));
         var rpc_err := CATCH(rpc_res := http_post(genType, xrpc_mode, 
xrpc_qid, (xrpc_caller = ""), 
-                    xrpc_seqnr, timeout, $t, modname, location, method,
+                    xrpc_seqnr, timeout, dst, modname, location, method,
                     updCall, arity, lng(1), ws, cur_fun_vid, cur_fun_iter, 
cur_fun_item,
                     cur_fun_kind, int_values, dbl_values, dec_values, 
str_values));
         if (xrpc_qid != "") lock_set(wslock);


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to