On 18 May 2005, at 17:52, John Peacock wrote:
Now if only I could track down where these "Plugins already loaded" messages are coming from.
It comes from load_plugins() being called in Qpsmtpd::TcpServer::run() for each connection. It's harmless (in that the plugins are only ever actually loaded/compiled once). I wonder if we can eliminate the call entirely; I know we could with forkserver, but I need to see what would happen with the other paths...
I just checked in a patch to improve performance with that into the high_perf branch. It should apply to the HEAD too. It'll fix those warnings.
Matt.
