How to resolve connection issues between amazon ELB and mobile clientsHow do I pass data between Activities in Android application?How can I connect to Android with ADB over TCP?Amazon ELB in VPCELB, RDS mysql, EC2, NGINX where to look next for concurrency performance issuesConnection parameter in HTTP header for ELBHow to add dividers and spaces between items in RecyclerView?Is ELB draining tcp based?How to distribute long-lived TCP connections to individual nodes, e.g. to RabbitMQ nodes in a cluster?When should I paginate my REST API response?Amazon ELB + Django HTTPS issues
Time signature inconsistent
What is this green alien supposed to be on the American covers of the "Hitchhiker's Guide to the Galaxy"?
How to find location on Cambridge-Mildenhall railway that still has tracks/rails?
Demographic consequences of closed loop reincarnation
Are there any restrictions on how amendment should be related to original law in US Senate?
What details should I consider before agreeing for part of my salary to be 'retained' by employer?
Difference between Pure EdDSA (ed25519) and HashEdDSA (ed25519ph)
What was the difference between a Games Console and a Home Computer?
Why a binary file is not shown as 0 and 1?
What are the basics of commands in Minecraft Java Edition?
When can a polynomial be written as a polynomial function of another polynomial?
Pauli exclusion principle - black holes
Grouping into more groups in one iteration
Why does a tetrahedral molecule like methane have a dipole moment of zero?
What were the problems on the Apollo 11 lunar module?
When designing an adventure, how can I ensure a continuous player experience in a setting that's likely to favor TPKs?
Operation Unzalgo
How to draw a winding on a toroid of a circular cross section?
How fast does a character need to move to be effectively invisible?
Should I have shared a document with a former employee?
An entire function all whose forward orbits are bounded
What was the average temperature of space near the Spitzer Satellite Telescope?
Strategy to pay off revolving debt while building reserve savings fund?
Who determines when road center lines are solid or dashed?
How to resolve connection issues between amazon ELB and mobile clients
How do I pass data between Activities in Android application?How can I connect to Android with ADB over TCP?Amazon ELB in VPCELB, RDS mysql, EC2, NGINX where to look next for concurrency performance issuesConnection parameter in HTTP header for ELBHow to add dividers and spaces between items in RecyclerView?Is ELB draining tcp based?How to distribute long-lived TCP connections to individual nodes, e.g. to RabbitMQ nodes in a cluster?When should I paginate my REST API response?Amazon ELB + Django HTTPS issues
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We have near 50k mobile clients(> 80% is Android) which send requests to the server during 20-30minutes with expected rate 50-100requestssec.
The problem is that 25% of clients got errors like
- ConnectionTimeout
- No host resolved
We use Route 53 + ELB + nginx + haproxy.
Any changes like maxconnectionsworkersmaxfiles at nginxhaproxytcp do not get any result.
We try performance loading with rate 800secreq and any connection issues were. (but from one IP)
So how we can investigate where the problem?
Are there any logs I can check at ELBRoute53 with declined connections?
android amazon-elb connection-timeout
add a comment |
We have near 50k mobile clients(> 80% is Android) which send requests to the server during 20-30minutes with expected rate 50-100requestssec.
The problem is that 25% of clients got errors like
- ConnectionTimeout
- No host resolved
We use Route 53 + ELB + nginx + haproxy.
Any changes like maxconnectionsworkersmaxfiles at nginxhaproxytcp do not get any result.
We try performance loading with rate 800secreq and any connection issues were. (but from one IP)
So how we can investigate where the problem?
Are there any logs I can check at ELBRoute53 with declined connections?
android amazon-elb connection-timeout
add a comment |
We have near 50k mobile clients(> 80% is Android) which send requests to the server during 20-30minutes with expected rate 50-100requestssec.
The problem is that 25% of clients got errors like
- ConnectionTimeout
- No host resolved
We use Route 53 + ELB + nginx + haproxy.
Any changes like maxconnectionsworkersmaxfiles at nginxhaproxytcp do not get any result.
We try performance loading with rate 800secreq and any connection issues were. (but from one IP)
So how we can investigate where the problem?
Are there any logs I can check at ELBRoute53 with declined connections?
android amazon-elb connection-timeout
We have near 50k mobile clients(> 80% is Android) which send requests to the server during 20-30minutes with expected rate 50-100requestssec.
The problem is that 25% of clients got errors like
- ConnectionTimeout
- No host resolved
We use Route 53 + ELB + nginx + haproxy.
Any changes like maxconnectionsworkersmaxfiles at nginxhaproxytcp do not get any result.
We try performance loading with rate 800secreq and any connection issues were. (but from one IP)
So how we can investigate where the problem?
Are there any logs I can check at ELBRoute53 with declined connections?
android amazon-elb connection-timeout
android amazon-elb connection-timeout
edited Mar 26 at 10:19
Makalele
4,0353 gold badges36 silver badges58 bronze badges
4,0353 gold badges36 silver badges58 bronze badges
asked Mar 26 at 9:47
Serg MSerg M
113 bronze badges
113 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55354052%2fhow-to-resolve-connection-issues-between-amazon-elb-and-mobile-clients%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55354052%2fhow-to-resolve-connection-issues-between-amazon-elb-and-mobile-clients%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown