I'm tasked with writing an experimental backend for PowerDNS, and
since I speak ruby I thought the backend should do the same. PowerDNS
allows developers to create custom, piped backends
(http://doc.powerdns.com/backends-detail.html#PIPEBACKEND). It's a
very simple text protocol over STDIN/STDOUT, and I was wondering if EM
would be a good for this, and other similar tasks (over piped
communications)?
Kind regards
--
Kenneth Kalmer
kenneth...@gmail.com
http://opensourcery.co.za
_______________________________________________
Eventmachine-talk mailing list
Eventmac...@rubyforge.org
http://rubyforge.org/mailman/listinfo/eventmachine-talk
--
Thanks!
-=R