On 6 Jul 2005, at 18:14, Ask Bjørn Hansen wrote:
Basically as soon as 0.30 is tagged and shipped I'm going to start
merging high_perf in.
Woah. Fun. Did you get all the infrastructure in place to make it
possible/easy-ish to write plugins that can work under either model?
Sort of. I'll be making some of that work as I go :-)
Basically forkserver and tcpserver mode just become special cases of
the multiplexing server (they're just the multiplexing server in one
process). The only complicated thing is Apache::Qpsmtpd then. See
check_earlytalker for the work-around I had to do there.
The main piece of infrastructure is return CONTINUATION. With that in
place we can convert all plugins to use that, and they should "just
work" everywhere. Hahahahaha....
Matt.