|
<- Previous Message | Next Message -> Thread Index [isp-dns] Re: DNS with MySQL backend
I think there is a tinydns-ldap that solve it as you explain. http://ldapdns.sourceforge.net/ Lucas > -----Mensaje original----- > De: william(at)elan.net [mailto:william@...] > Enviado el: miercoles, 31 de marzo de 2004 17:47 > Para: isp-dns@isp-dns.com > Asunto: [isp-dns] Re: DNS with MySQL backend > > > On Wed, 31 Mar 2004, Len Conrad wrote: > > > > > >Are there any noticeable performance hits using Bind with Mysql ? > > > > BIND is a purely in-memory server. MySQL is an on-disk server. > > > > Which data access do you think will be faster? > > In reality it should be done somewhat in between, providing for fast > access with convinience of database storage. The server should read > record from the database when first request comes in and cache it. > If there is no request in given time, it should be removed from the cache > automaticly so as not to waste the memory. Any modifictions to database > should be logged as to which record was notified so that running server > could automaticly reload that particular record when next request > comes in. > > Now am I dreaming or did somebody actually implement something like this? > > -- > William Leibzon > Elan Networks > william@... > > > > To unsubscribe via postal mail, please contact us at: > Jupitermedia Corp. > Attn: Discussion List Management > 475 Park Avenue South > New York, NY 10016 > > Please include the email address which you have been contacted with. > > ------------------------ANNOUNCEMENT--------------------------------- > --------------------------------------------------------------------- > - ISPCON Spring 2004 - Washington DC Hilton & Towers - > > - The ISP and WISP event - www.ispcon.com - > > - Fill your brain. Meet the people. Join the industry gathering! - > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. ------------------------ANNOUNCEMENT--------------------------------- --------------------------------------------------------------------- - ISPCON Spring 2004 - Washington DC Hilton & Towers - - The ISP and WISP event - www.ispcon.com - - Fill your brain. Meet the people. Join the industry gathering! - ---------------------------------------------------------------------- ----------------------------------------------------------------------
Thread Index |