Added a note about running under PPerl

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@173 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2003-10-01 20:56:19 +00:00
parent 2a76892570
commit d70a5d31f0

6
README
View File

@ -111,6 +111,12 @@ http://search.cpan.org/search?dist=PPerl
subsequent executions extremely fast. It forks several processes for
each script, allowing many processes to call the script at once."
Running under PPerl is easy - just change your "run" file to contain
the following command:
pperl -Tw -- --prefork=$MAXCLIENTS --maxclients=$MAXCLIENTS \
--no-cleanup ./qpsmtpd 2>&1
=head1 Plugins
The qpsmtpd core only implements the SMTP protocol. No useful