Re: [Keepalived-devel] Announce: keepalived-1.1.11 with THC support (version 8)
Status: Beta
Brought to you by:
acassen
|
From: Michael C. <vi...@ju...> - 2006-02-03 09:33:31
|
Hello; This is what I am looking for! It seems work well! During my installation, there are some problems. I think maybe it can be improved. 1.autoconf 2.13, won't work. Finally, I have to compile an autoconf 2.59. Maybe it is better to include a patch to file 'configure'. 2.TRUE/FALSE written in thc_daemon.c give me an undefined error, add #define in thc_daemon.h, resolve this problem. 3.libcurl is required, maybe it is better to add check to configure and README.THC. Anyway, Thanks for your hard work! Regards; Michael On Fri, 19 Aug 2005 21:41:05 +0200 Jacob Rief <jac...@ti...> wrote: > Hello > a new version of Threaded Health Check support for keepalived is > available, check under > http://homes.tiscover.com/jrief/keepalived/ > > Changes since THC-7 > Fixed a bug in monitor_curl. > monitor_curl now uses thread-safe timeouts. > Added a new checker-module named 'monitor_ldap' to natively > perform > checks on ldap-services. > > The main advandages for using keepalived-THC: > * Write your own pluggable monitor modules for keepalived which > then are loadable as dynamic shared objects. Writing such > modules now is very easy. > * Use external libraries for writing such modules, even without > support for asynchronous calls. > * Avoid I/O blocking in certain situations, were the scheduler > of > the keepalived-checker did block in certain system calls, > namely > read(). > * Separate the real-server-checking from the virtual-server- > switching. This allows you to use one real-server-query to > switch more than one virtual-server. If, for instance your > httpd-server runs on more than one port, then its needless to > query for each of them. By doing a query onto one port, the > virtual-server switching can be done once for all of them. > * Allow more than one real-server-checking per virtual-server- > switching. This allows you do virtual-server-switching by > doing, > for instance one query onto the httpd, and one query onto the > mysqld. Only if both report success the real-server is added > to > the list. > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Keepalived-devel mailing list > Kee...@li... > https://lists.sourceforge.net/lists/listinfo/keepalived-devel |