We use it at DNSimple, with Ruby. Since it's run as a coprocess we get quite good performance out of it. Definitely will be slower than other backends if you're using an interpreted language with a relatively slow runtime, but still quite usable. Keep scripts simple and short circuit returns as often as possible is the most important advice.
I'm actually thinking I'd like to try a pipe backend with Go at some point to see how that works out. -Anthony On Tue, Mar 19, 2013 at 10:41 PM, Ron Tsoref <[email protected]> wrote: > The PipeBackend seems easy to implement. Does anyone actually use a > PipeBackend in production and can share some general performance > information? Is it much slower than other backends? > > > On Mon, Mar 18, 2013 at 12:56 PM, Marc Haber > <[email protected]>wrote: > >> On Sun, Mar 17, 2013 at 06:03:44PM +0300, Odhiambo Washington wrote: >> > Does PowerDNS support "views", in some way? >> >> If you look for something that is the same as bind views, the answer >> is no, unfortunately. Same goes for ACLs. >> >> Greetings >> Marc >> >> -- >> >> ----------------------------------------------------------------------------- >> Marc Haber | "I don't trust Computers. They | Mailadresse im >> Header >> Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 >> 31958061 >> Nordisch by Nature | How to make an American Quilt | Fax: *49 621 >> 31958062 >> _______________________________________________ >> Pdns-users mailing list >> [email protected] >> http://mailman.powerdns.com/mailman/listinfo/pdns-users >> > > > _______________________________________________ > Pdns-users mailing list > [email protected] > http://mailman.powerdns.com/mailman/listinfo/pdns-users > > -- http://anthonyeden.com | twitter: @aeden | skype: anthonyeden
_______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
