|
NAMEDBIx::QuickDB::Watcher - Daemon that sits between main process and mysqldDESCRIPTIONWhen a database is spun up a 'db-quick-watcher' process is started. This process has 1 job: Make sure cleanup happens. This process is a daemon completely disconnected from the process that requested the database, and the db-server is a process under it.If this process detects that your main process goes away (exited, killed, etc) this process will kill the database server and delete the data dir, then exit. The main process can also send signals to this one to make it stop, clean up, etc. SIGNALS
SOURCEThe source code repository for DBIx-QuickDB can be found at https://github.com/exodist/DBIx-QuickDB/.MAINTAINERS
AUTHORS
COPYRIGHTCopyright 2020 Chad Granum <exodist7@gmail.com>.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
Visit the GSP FreeBSD Man Page Interface. |