Hi Aleks, On Sun, May 13, 2012 at 09:43:40AM +0200, Aleksandar Lazic wrote: > >Be careful, if you want to implement a resolver, you can't use the > >libc's > >since the process is supposed to be chrooted, so you'll need to > >implement > >an autonomous resolver with an IP address to be used as the DNS > >server. > >And if you do this, please make it so that the resolver can be > >different > >for different backends. > > and of course unbloccking ;-)
Of course :-) > Curl use > > http://c-ares.haxx.se/ > > maybe this is also a possible lib for you. Maybe, that's a good point. > How far is the plugin interface? Still not there, but quite frankly last week when working on SSL, we noticed that the code becomes very modular and that we're starting to see some interfaces appear at various points. The problem with plugins is that you can't change the interface anymore, so that must be done at the end of the development stage for modules which will be developped for the stable version. Willy

