dboo::odb::stop_server
static void stop_server(pid_t);
void stop_server();
stop_server ( pid )
stop_server()
Stops the dboo server.
- 1
Stop the server by process id (no connection, but must be on same machine)
- 2
Send a stop command to the server through connection
Parameters
- pid
The process if of the dboo server.
Return value
(none)
Exceptions
Example