diff options
author | seb <seb@pkgsrc.org> | 2010-04-10 13:43:01 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-10 13:43:01 +0000 |
commit | 8ca0f1df212bbb9195b6c689e7a779a80a608c44 (patch) | |
tree | 91c99c3736a3d402b99d329242936a1a52d4d6c5 /sysutils/p5-Server-Starter/DESCR | |
parent | a2fbc431170051ae3d2612f8933eed931ecabceb (diff) | |
download | pkgsrc-8ca0f1df212bbb9195b6c689e7a779a80a608c44.tar.gz |
Initial import of p5-Server-Starter version 0.06 in 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 'sysutils/p5-Server-Starter/DESCR')
-rw-r--r-- | sysutils/p5-Server-Starter/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/p5-Server-Starter/DESCR b/sysutils/p5-Server-Starter/DESCR new file mode 100644 index 00000000000..06965247231 --- /dev/null +++ b/sysutils/p5-Server-Starter/DESCR @@ -0,0 +1,8 @@ +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. |