<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Dear Thomas,<br>
      <br>
      Thanks for your reply. Now I can create a local cache of registry
      data. I've raised the timeout parameter in line 91 of <font
        face="Courier New, Courier, monospace" size="-1">biomart-perl/lib/BioMart/Configuration/URLLocation.pm</font>
      (before was 20 - I found this trick somewhere in SeqAnser but I
      don't remember the link) <br>
      <br>
      <font face="Courier New, Courier, monospace" size="-1">my $ua =
        LWP::UserAgent->new;<br>
            $ua->timeout(180); # default is 180 seconds<br>
            $ua->proxy( ['http', 'https'], $self->proxy ) if
        defined $self->proxy;<br>
            my $response = $ua->request($request);</font><br>
      <br>
      Before it tooks many second to do a query like the file attached.
      Now It seems to me to work in a few seconds. <br>
      <br>
      Thank you all for the support,<br>
      <br>
      regards,<br>
      <br>
      Paolo<br>
      <br>
      <br>
      Il 31/05/2016 12:32, Thomas Maurel ha scritto:<br>
    </div>
    <blockquote
      cite="mid:307D04FE-C892-4DC7-9E1E-BEC08AA7BE5C@ebi.ac.uk"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      I am afraid that we had some issues with our BioMart servers on
      Thursday, could you please try again?
      <div class="">
        <div>If you still have issues, could you please share your
          BioMart Perl script with me so that I can have a look.<br
            class="">
          In Ensembl, we are still using biomart version 0.7 so I would
          stick to this version when you are querying the Ensembl marts
          with the Biomart Perl API. </div>
        <div>You can find the most recent updates of Biomart Perl API
          (biomart 0.9) on the following page: <a moz-do-not-send="true"
            href="http://www.biomart.org/download.html" class="">http://www.biomart.org/download.html</a></div>
        <div><br class="">
        </div>
        <div>Hope this helps,</div>
        <div>Best Regards,</div>
        <div>Thomas<br class="">
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>