Crossroads Load Balancer 2.00 (Default branch)


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

ImageCrossroads 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 v3Changes:
This version is a complete rewrite. It is now a multi-threaded program (as opposed to a forking daemon), which greatly enhances performance and decreases system load. The balancer is now configured via the command line (as opposed to a configuration file). This version is beta code until proven in the field. Historic stable 1.xx versions are still available.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GNUCASH(1)							       1.8.1								GNUCASH(1)

NAME
gnucash - personal finance manager SYNOPSIS
gnucash [options] [ accounts.gnc ] DESCRIPTION
GnuCash is a personal accounting package that allows you to record and track income, expenses, assets, and investments. It supports recon- ciliation, has substantial reporting capabilities, and is extensible using guile. It can import QIF data from Quicken(TM) and many other commercial accounting packages. It uses GTK+ and GNOME to provide an attractive user interface, and has extensive online help. OPTIONS
--version Show GnuCash version --usage Show GnuCash usage information --help Show this help message --debug Enable debugging mode --loglevel Set the logging level from 0 (least) to 6 (most) --nofile Do not load the last file opened --config-dir Set configuration directory --share-dir Set shared directory --load-path Set the search path for .scm files --doc-path Set the search path for documentation files --evaluate Evaluate the guile command --load Load the given .scm file --add-price-quote Add price quotes to the given data file --load-user-config Load the user configuration --load-system-config Load the system configuration --rpc-server Run the RPC Server FILES
~/.gnucash/config.auto Automatically generated per-user configuration file. DO NOT EDIT MANUALLY! ENVIRONMENT
GNC_DEBUG Enable debugging output. This allows you to turn on the debugging earlier in the startup process than you can with --debug. GUILE_LOAD_PATH An override for the GnuCash scheme load path. You shouldn't need to alter this. For more information see the README file. GNC_MODULE_PATH An override for the GnuCash scheme load path for Gnucash modules. You shouldn't need to alter this. For more information see the README file. BUGS
Please report any bugs using the bug reporting form on the GnuCash web site. SEE ALSO
GnuCash has extensive on-line help available from the "help" menu. Additional information and the latest version is available at the web site: http://gnucash.org AUTHOR
Robert Merkel <rgmerk@mira.net> wrote this manpage. GnuCash was written by Robin Clark, Linas Vepstas, and a cast of thousands. Version February 2003 GNUCASH(1)