What is the Firebird Guardian?


It is only usable if you run Firebird as application and not as service. For example, that's the only way on Windows 98. It's a small application that checks whether the Firebird server is running and restarts it if it crashes.

If you configure Firebird as service on newer Windows (XP, 2000, etc.) you can set it up to get restarted by Windows, so there's no need for the Guardian (see note about silent install at the end of this text).

On Linux, the Super Server uses guardian as well for the same purpose, the process is called ibguard or fbguard depending on Firebird version and it (re)starts the ibserver/fbserver processes.

Please note that guardian should only be used with SuperServer. When you use Classic each connection is a separate process, so there is not benefit in restarting it as the connection is gone when it dies - and a new one would be spawn by xinetd or inetd anyway.

On Windows, having guardian running can even be counter-productive as it would run fbserver.exe instead of fb_inet_server.exe, which can create problems. Make sure you are not running guardian with classic server.

If you are doing a silent install on Windows, you can disable the Guardian and make Firebird run as service by default using the instsvc.exe tool. For details, please read the README.instsvc in the 'doc' directory of your Firebird installation.


Do you find this FAQ incorrect or incomplete? Please e-mail us what needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird databases), before it enters the main FAQ database. If you desire so, the changes will be credited to your name. To learn more, visit our add content page.



All contents are copyright © 2007-2024 FirebirdFAQ.org unless otherwise stated in the text.


Links   Firebird   News   FlameRobin   Powered by FB: Home Inventory   Euchre  
Add content   About  

Categories
 Newbies
 SQL
 Installation and setup
 Backup and restore
 Performance
 Security
 Connectivity and API
 HOWTOs
 Errors and error codes
 Miscellaneous