Logoj0ke.net Open Build Service > Projects > home:jg > octopus-load-balancer > Meta
Sign Up | Log In

Meta Configuration of Package octopus-load-balancer

 
1
<package name="octopus-load-balancer" project="home:jg">
2
  <title>octopus-load-balancer</title>
3
  <description>Octopus is a general purpose TCP load balancer for Linux. It is intended to be
4
placed between your cache and your application servers but is just as happy
5
running at the front end of a system.
6
7
Octopus boasts the following features;
8
* runs as a single process giving the fastest possible response times
9
* a separate process monitors application server health to automatically
10
  disable/enable servers if their state changes
11
* four different load balancing algorithms to choose from:
12
* uses shared memory (SHM) allowing a separate administration binary to
13
  dynamically reconfigure the running application
14
* administration binary runs as an interactive shell-type program with usage
15
  examples and help information
16
* environment cloning
17
* ability to place limits on maximum number of connections and maximum
18
  UNIX-load an application server will handle
19
* can run many instances of Octopus on the same host
20
* a SQUID-style configuration file
21
* can use separate network interfaces for listening port and outbound ports
22
* logging with 5 levels of verbosity
23
24
</description>
25
  <person userid="jg" role="bugowner"/>
26
  <person userid="jg" role="maintainer"/>
27
  <build>
28
    <enable arch="i586" repository="SLE_10"/>
29
    <enable arch="x86_64" repository="SLE_10"/>
30
    <enable arch="x86_64" repository="SLE_11"/>
31
    <enable arch="i586" repository="SLE_11"/>
32
  </build>
33
  <publish>
34
    <enable arch="i586" repository="SLE_10"/>
35
    <enable arch="x86_64" repository="SLE_10"/>
36
    <enable arch="x86_64" repository="SLE_11"/>
37
    <enable arch="i586" repository="SLE_11"/>
38
  </publish>
39
  <url>PUT_UPSTREAM_URL_HERE</url>
40
</package>
41