freebsd-ports/devel/p5-Server-FastPL/pkg-descr
Anton Berezin c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00

7 lines
234 B
Plaintext

This module was created to avoid the compile time of big scripts that runs a
lot of times. It works forking your script into MAX_CHILDS childs, and using
Unix Sockets to run your code. Just like CGI::Fast.
-Anton
<tobez@FreeBSD.org>