From c82e3530c941eeda5200fcd219e80ff4508dd07a Mon Sep 17 00:00:00 2001 From: seb Date: Sat, 10 Apr 2010 13:45:44 +0000 Subject: 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. --- doc/CHANGES-2010 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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] -- cgit v1.2.3