Crossroads Load Balancer 2.05 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Crossroads Load Balancer 2.05 (Default branch)
# 1  
Old 08-16-2008
Crossroads Load Balancer 2.05 (Default branch)

Image Crossroads is a daemon running in user space, and features extensive configurability, polling of back ends using wake up calls, status reporting, many algorithms to select the 'right' back end for a request (and user-defined algorithms for very special cases), and much more. Crossroads is service-independent: it is usable for any TCP service, such as HTTP(S), SSH, SMTP, and database connections. In the case of HTTP balancing, Crossroads can provide session stickiness for back end processes that need sessions, but aren't session-aware of other back ends. Crossroads can be run as a stand-alone daemon or via inetd. License: GNU General Public License v3 Changes:
This release introduces dispatch algorithms by client IP (hashed or direct) and a flag to avoid "lingering" sockets. A portability issue for 64-bit Linux has been solved.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
XRCTL(1)							     Man Page								  XRCTL(1)

NAME
xrctl - Crossroads control-script SYNOPSIS
xrctl [OPTION]... DESCRIPTION
This manual page briefly documents xrctl, the Crossroads control-script. Instead of starting XR by hand, consider using xrctl. Edit /etc/xrctl.xml, which is the configuration file, and configure your service(s), all their options, and back ends. Then type xrctl start to start all your services, or xrctl stop to stop them. OPTIONS
list [SERVICE] - show configuration of a service, or of all start [SERVICE] - start a service, or all configured services stop [SERVICE] - stop a service, or all configured services kill [SERVICE] - brutal stop, interrupts connections force [SERVICE] - start a service (or all) if not running stopstart [SERVICE] - stop and start a service, or all killstart [SERVICE] - kill and start a service, or all status [SERVICE] - show running status of a service, or of all rotate [SERVICE] - rotate logs of a service or of all generateconfig [SERVICE] - queries running XR's for the configuration and shows it in the format of /etc/xrctl.xml SEE ALSO
xr(1), xrctl.xml(5) AUTHOR
xrctl was written by Karel Kubat <karel@kubat.nl>. Web page: http://crossroads.e-tunity.com This man page was written by Frederik Dannemare <frederik@dannemare.net> and updated by Karel Kubat <karel@kubat.nl>. Crossroads 2008,2009 XRCTL(1)