[MonetDB-users] Restarting embedded connection
Hi, i'am using the embedded version of monetdb sql server in one of my projects. now i want to write tests for several functions using a normal test framework. in theses frameworks it is normal to setup your test environment before every testcase. for me, that means that i have to start the embedded monetdb server. after every testcase i want to shutdown to server so that i have a clean environment again. after disconnecting from the server by mapi_disconnect/destroy, i tried to start a new embedded sql server, but at the first call it has lost its connection and my application dies. i digged a little bit in monetdb's code an there are a lot of static variables. it is even possible to restart an embedded sql server? if it is, how can i safely do this? regards sebastian
participants (1)
-
Sebastian Ohl