summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-10 13:45:44 +0000
committerseb <seb@pkgsrc.org>2010-04-10 13:45:44 +0000
commitc82e3530c941eeda5200fcd219e80ff4508dd07a (patch)
tree055eada7336f27b9cc7ac498e19a88a6b936bb53 /doc
parentb71db848df91f4ae1cdef7e82639619548b7ea6a (diff)
downloadpkgsrc-c82e3530c941eeda5200fcd219e80ff4508dd07a.tar.gz
Note initial addition of p5-Server-Starter version 0.06 as
sysutils/p5-Server-Starter into The NetBSD Packages Collection. It is often a pain to write a server program that supports graceful restarts, with no resource leaks. The Perl 5 module Server::Starter, solves the problem by splitting the task into two. One is start_server, a script provided as a part of the module, which works as a superdaemon that binds to one or more TCP ports, and repeatedly spawns the server program that actually handles the incomming commenctions. The spawned server programs under Server::Starter call accept(2) and handle the requests.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20103
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010
index 290d0324906..f2b851de7b4 100644
--- a/doc/CHANGES-2010
+++ b/doc/CHANGES-2010
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2010,v 1.1454 2010/04/10 13:40:39 seb Exp $
+$NetBSD: CHANGES-2010,v 1.1455 2010/04/10 13:45:44 seb Exp $
Changes to the packages collection and infrastructure in 2010:
@@ -1775,3 +1775,4 @@ Changes to the packages collection and infrastructure in 2010:
Updated devel/p5-local-lib to 1.6.0 [seb 2010-04-10]
Updated audio/abcde to 2.3.99.7 [sekiya 2010-04-10]
Added devel/p5-Test-HexString version 0.02 [seb 2010-04-10]
+ Added sysutils/p5-Server-Starter version 0.06 [seb 2010-04-10]