<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div id="appendonsend" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
How to I get the number of maximum connections allowed? Is there a REST API get URL for this information?<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Dev <dev-bounces@ensembl.org> on behalf of dev-request@ensembl.org <dev-request@ensembl.org><br>
<b>Sent:</b> Wednesday, 9 October 2019 14:00<br>
<b>To:</b> dev@ensembl.org <dev@ensembl.org><br>
<b>Subject:</b> Dev Digest, Vol 8, Issue 3</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Send Dev mailing list submissions to<br>
        dev@ensembl.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mail.ensembl.org/mailman/listinfo/dev_ensembl.org">http://mail.ensembl.org/mailman/listinfo/dev_ensembl.org</a><br>
or, via email, send a message with subject or body 'help' to<br>
        dev-request@ensembl.org<br>
<br>
You can reach the person managing the list at<br>
        dev-owner@ensembl.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Dev digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. personal Amazon hosted Ensembl database (Joseph Steinberger)<br>
   2. Re: personal Amazon hosted Ensembl database (Thibaut Hourlier)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 8 Oct 2019 13:53:58 +0000<br>
From: Joseph Steinberger <joseph.steinberger@weizmann.ac.il><br>
To: "dev@ensembl.org" <dev@ensembl.org><br>
Subject: [ensembl-dev] personal Amazon hosted Ensembl database<br>
Message-ID:<br>
        <VI1P191MB0560016827498519B1EE442DB59A0@VI1P191MB0560.EURP191.PROD.OUTLOOK.COM><br>
        <br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Dear Development community,<br>
<br>
Is there a precedent for having a personal Amazon AWS clone of the entire Ensembl database?<br>
I am making many short requests and getting timed out -<br>
Specifically, I want the genetree id for each of a few million genes, and I cannot do it in parallel or I get a "too many requests" error.<br>
<br>
Thank you for your time.<br>
<br>
Sincerely,<br>
Joseph Steinberger<br>
<br>
laboratory of Naama Barkai, Weizmann Institute of Science<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20191008/fc3eccc7/attachment-0001.html">http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20191008/fc3eccc7/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 8 Oct 2019 15:31:51 +0100<br>
From: Thibaut Hourlier <thibaut@ebi.ac.uk><br>
To: Ensembl developers list <dev@ensembl.org><br>
Subject: Re: [ensembl-dev] personal Amazon hosted Ensembl database<br>
Message-ID: <C58403FD-70EC-4E84-9B6C-927AE4777ABC@ebi.ac.uk><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi Joseph,<br>
One thing you can try is to know how many connections are allowed to the server, then you should have less jobs running in parallel than the maximum number of connections allowed.<br>
As you have many short request you should also make sure that you do not disconnect each time. Each time you disconnect, the server will use a different port, so you may also quickly run out of port to connect to. If you use the Perl API, you can set -disconnect_when_inactive
 => 0 when creating the connection to the database.<br>
<br>
Hope this helps<br>
Thibaut<br>
<br>
> On 8 Oct 2019, at 14:53, Joseph Steinberger <joseph.steinberger@weizmann.ac.il> wrote:<br>
> <br>
> Dear Development community,<br>
> <br>
> Is there a precedent for having a personal Amazon AWS clone of the entire Ensembl database?<br>
> I am making many short requests and getting timed out -<br>
> Specifically, I want the genetree id for each of a few million genes, and I cannot do it in parallel or I get a "too many requests" error.
<br>
> <br>
> Thank you for your time.<br>
> <br>
> Sincerely,<br>
> Joseph Steinberger<br>
> <br>
> laboratory of Naama Barkai, Weizmann Institute of Science<br>
> _______________________________________________<br>
> Dev mailing list    Dev@ensembl.org <<a href="mailto:Dev@ensembl.org">mailto:Dev@ensembl.org</a>><br>
> Posting guidelines and subscribe/unsubscribe info: <a href="https://lists.ensembl.org/mailman/listinfo/dev_ensembl.org">
https://lists.ensembl.org/mailman/listinfo/dev_ensembl.org</a> <<a href="https://lists.ensembl.org/mailman/listinfo/dev_ensembl.org">https://lists.ensembl.org/mailman/listinfo/dev_ensembl.org</a>><br>
> Ensembl Blog: <a href="http://www.ensembl.info/">http://www.ensembl.info/</a> <<a href="http://www.ensembl.info/">http://www.ensembl.info/</a>><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20191008/c47a9158/attachment-0001.html">http://mail.ensembl.org/pipermail/dev_ensembl.org/attachments/20191008/c47a9158/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Dev mailing list    Dev@ensembl.org<br>
Posting guidelines and subscribe/unsubscribe info: <a href="https://lists.ensembl.org/mailman/listinfo/dev_ensembl.org">
https://lists.ensembl.org/mailman/listinfo/dev_ensembl.org</a><br>
Ensembl Blog: <a href="http://www.ensembl.info/">http://www.ensembl.info/</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Dev Digest, Vol 8, Issue 3<br>
*********************************<br>
</div>
</span></font></div>
</body>
</html>