On 07-11-2006 21:17:51 +0100, Fabian Groffen wrote:
Peter,
How can a XQuery server be started which is bound to the ANY interface (0.0.0.0) instead of the safe, but rather useless localhost (127.0.0.1) interface with these changes?
I see I was to quick, my question has been answered already, it's now in the MonetDB.conf file. This feels like a much better place for it, but brings me to the question whether or not this should have been a general mapi setting, and not a setting for each "module" separately. Since the all are under the same port, I would expect that this setting also can only be controlled from "mapi" or whatever the wrapper is.
Second, how does this relate to the SQL module's way of doing things? If I recall correctly, Niels didn't do this "streamlining" because that would be problematic in some way. I guess, however (I like the streamlining behaviour) that for consistency sql_server (and maybe mapi/mil) should behave in the same way before the release.
On 07-11-2006 18:11:30 +0000, Peter Boncz wrote:
Update of /cvsroot/monetdb/pathfinder/runtime In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19894/runtime
Modified Files: pathfinder.mx Log Message: - streamlined startup (pfstart() is no longer needed) NOTE: you must start pathfinder (i.e. 'module(pathfinder);') now in the Mserver always!!! doing this in MIL programs on each MapiClient session only (and not beforehand in the server) will produce errors on multiple/concurrent sessions
- added a checkpointing thread