is it possible to start an agent or say an application along with the mysql server.
The libmysqld - embedded mysql server library makes it possible to run the MySql server inside a client application,.But in my case , where i am designing a database monitor, the client application (an agent) needs to run as a background process- while the whole method of using MySql database remains same.
that is u start and use the Mysql database as usual, with the only difference that now something else also runs in the backgound (the monitoring agent).
what are the class of libraries used to implement this, any idea???
The libmysqld - embedded mysql server library makes it possible to run the MySql server inside a client application,.But in my case , where i am designing a database monitor, the client application (an agent) needs to run as a background process- while the whole method of using MySql database remains same.
that is u start and use the Mysql database as usual, with the only difference that now something else also runs in the backgound (the monitoring agent).
what are the class of libraries used to implement this, any idea???