On 4/2/06, Matt Sergeant wrote:
>
> On 2-Apr-06, at 1:13 AM, John Wang wrote:
> > what's the primary motivation to use Apache::Qpsmtpd
> > if it won't work with check_earlytalker.
>
> a) it does work with check_earlytalker - if you find it doesn't
> please file a bug report.


Thanks Matt. Can the Apache::Qpsmtpd POD be updated? 0.32 and the trunk
currently says:

=head1 BUGS

Currently the F<check_early_talker> plugin will not work because it
relies on being able to do C<select()> on F<STDIN> which does not
work here. It should be possible with the next release of mod_perl
to do a C<poll()> on the socket though, so we can hopefully get
that working in the future.

Other operations that perform directly on the STDIN/STDOUT filehandles
will not work.

b) it should be significantly faster since there is no fork overhead
> with Apache.
>
> c) there are other "management" advantages such as the Apache
> scoreboard.


Good to know.

John

Reply via email to