[Monetdb-developers] *start() functions
MonetDB developers As the pfstart() is now depricated, it might be a good moment to say goodbye to all these *start functions. We could simply start mapi by default in the mapi module (local or remote connections should be controlled by an monetdb env var then). Any objects to push this cleanup through the release branch? Niels -- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
hej niels, interesting... i probably missed the announcement that pfstart() is now deprecated. what's the new way to then to run xqueries in the mapiclient ? (i was just wondering why my old startup scripts do not work anymore, after installing the newest pathfinder/monetdb version this morning) best -henning Niels Nes wrote:
MonetDB developers
As the pfstart() is now depricated, it might be a good moment to say goodbye to all these *start functions. We could simply start mapi by default in the mapi module (local or remote connections should be controlled by an monetdb env var then). Any objects to push this cleanup through the release branch?
Niels
On Wed, Nov 08, 2006 at 01:59:07PM +0100, Niels Nes wrote:
MonetDB developers
As the pfstart() is now depricated, it might be a good moment to say goodbye to all these *start functions. We could simply start mapi by default in the mapi module (local or remote connections should be controlled by an monetdb env var then). Any objects to push this cleanup through the release branch?
I guess no body objects. Anyway I would like to remove sql_server_start() and pfstart() but keep (introduce) an mil_start(), because some servers should run without mil exposed. Mapi will allways start listening on the mapi_port and if mapi_open is set it will accept remote connections. Niels -- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
On 08-11-2006 14:38:55 +0100, Niels Nes wrote:
On Wed, Nov 08, 2006 at 01:59:07PM +0100, Niels Nes wrote:
MonetDB developers
As the pfstart() is now depricated, it might be a good moment to say goodbye to all these *start functions. We could simply start mapi by default in the mapi module (local or remote connections should be controlled by an monetdb env var then). Any objects to push this cleanup through the release branch?
I guess no body objects. Anyway I would like to remove sql_server_start() and pfstart() but keep (introduce) an mil_start(), because some servers should run without mil exposed.
Mapi will allways start listening on the mapi_port and if mapi_open is set it will accept remote connections.
doit
participants (3)
-
Fabian Groffen
-
Henning Rode
-
Niels Nes