File: control

package info (click to toggle)
multiwatch 1.0.0-rc1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 40
  • sloc: ansic: 188; sh: 16; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: multiwatch
Section: web
Priority: extra
Maintainer: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper (>= 7), cmake, libglib2.0-dev (>= 2.16.0), libev-dev (>= 3.9)
Standards-Version: 3.8.4
Homepage: http://cgit.lighttpd.net/multiwatch/

Package: multiwatch
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Forks and watches multiple instances of a program
 .
 multiwatch forks multiple instance of one application and
 keeps them running; it is made to be used with spawn-fcgi
 so all forks share the same fastcgi socket (no webserver
 restart needed if you increase/decrease the number of forks),
 and it is easier than to setup multiple daemontool or runit
 supervised instances.