diff options
author | crees <crees@FreeBSD.org> | 2012-10-29 22:29:15 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-29 22:29:15 +0800 |
commit | 4ac6c2f2ef65b47a7ddefb378af9bb58c3d0cd16 (patch) | |
tree | 4325303d57609f80f8cdbb469e104178aaef45af /www/multiwatch/pkg-descr | |
parent | d4e9b5ffff3cc18cc06a4846af7a53bd269cf40b (diff) | |
download | freebsd-ports-gnome-4ac6c2f2ef65b47a7ddefb378af9bb58c3d0cd16.tar.gz freebsd-ports-gnome-4ac6c2f2ef65b47a7ddefb378af9bb58c3d0cd16.tar.zst freebsd-ports-gnome-4ac6c2f2ef65b47a7ddefb378af9bb58c3d0cd16.zip |
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
supervised instances.
WWW: http://redmine.lighttpd.net/projects/multiwatch/wiki
PR: ports/171518
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.net>
Feature safe: yes
Diffstat (limited to 'www/multiwatch/pkg-descr')
-rw-r--r-- | www/multiwatch/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/multiwatch/pkg-descr b/www/multiwatch/pkg-descr new file mode 100644 index 000000000000..f02ca8a36129 --- /dev/null +++ b/www/multiwatch/pkg-descr @@ -0,0 +1,7 @@ +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 +supervised instances. + +WWW: http://redmine.lighttpd.net/projects/multiwatch/wiki |