<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">If a client sends a recursive query to
      the BIND instance, and that instance needs to fetch the answer
      from one or more other upstream sources, then my understanding is
      that the "resolver-query-timeout" global option (see the BIND
      docs) controls the timeout for each one of those upstream
      transactions. Default value is 10 seconds.<br>
      <br>
      Does that answer your question?<br>
      <br>
                                                                     
          - Kevin<br>
      <br>
      On 5/19/2014 6:15 PM, Shawn Zhou wrote:<br>
    </div>
    <blockquote
      cite="mid:1400537708.49186.YahooMailNeo@web125304.mail.ne1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:14pt">
        <div style="" class=""><br style="">
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class="">I 
          am looking at some scripts that use IO::Socket::INET and
          IO::Select for testing BIND.</div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class=""><br
            style="" class="">
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class="">UDP
          sockets are created use use IO::Socket::INET and sockets are
          polled via IO::Select at 6-second interval.</div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class=""><br
            style="" class="">
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class="">    
          my  $sock = IO::Socket::INET->new(<br style="" class="">
                      PeerHost => $server,<br style="" class="">
                      PeerPort => $port,<br style="" class="">
                      Proto    => $protocol,<br style="" class="">
                      Blocking => 0,<br style="" class="">
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class=""><br
            style="" class="">
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class="">I'd
          like to know what the timeout is for the queries.</div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class=""><br>
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class="">Thanks,</div>
        <div style="color: rgb(0, 0, 0); font-size: 18.6667px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;" class="">Shawn<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Please visit <a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list

bind-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>