File: control

package info (click to toggle)
crossroads 2.81-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,792 kB
  • sloc: cpp: 4,770; perl: 1,806; xml: 271; makefile: 148; sh: 110
file content (23 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: crossroads
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://crossroads.e-tunity.com/
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/crossroads.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/crossroads.git

Package: crossroads
Architecture: any
Depends: lsb-base, ${misc:Depends}, ${shlibs:Depends}
Description: open source load balance and fail over utility for TCP based services
 Crossroads is a daemon running in user space, and features extensive
 configurability, polling of back ends using 'wakeup calls', detailed
 status reporting, 'hooks' for special actions when backend calls fail,
 and much more.
 .
 Crossroads is service-independent: it is usable for HTTP(S), SSH, SMTP,
 DNS, etc. 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.