On Wed, Dec 06, 2006 at 05:34:46PM +0100, Oliver Fromme wrote: > Does it support HTTP keep-alive connections? If not, then > you should consider adding it. It reduces the overhead > considerably. libcurl allows using persistant connection, but using them is a bit tricky: we want to use the same connexion for multiple message, which are handled by multiple threads. The way to go is probably to have a dedicated thread for performing libcurl operations. Not a big deal, but there is some work to do. I'll leave it to a volunteer for now... -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] URL checks: interfacing milter-greylist with anything
2006-12-06 by Emmanuel Dreyfus