summaryrefslogtreecommitdiffstats
path: root/archives/extend/2013-October/000271.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives/extend/2013-October/000271.html')
-rw-r--r--archives/extend/2013-October/000271.html113
1 files changed, 113 insertions, 0 deletions
diff --git a/archives/extend/2013-October/000271.html b/archives/extend/2013-October/000271.html
new file mode 100644
index 00000000..a71e5ae4
--- /dev/null
+++ b/archives/extend/2013-October/000271.html
@@ -0,0 +1,113 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] timeout in cowboy loop handler
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20timeout%20in%20cowboy%20loop%20handler&In-Reply-To=%3CCA%2BeMAwYP_rRrgTSqwv7nD2UAJkvKDzpKDfkrfLaLJTff_Dg7ig%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000270.html">
+ <LINK REL="Next" HREF="000272.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] timeout in cowboy loop handler</H1>
+ <B>akonsu</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20timeout%20in%20cowboy%20loop%20handler&In-Reply-To=%3CCA%2BeMAwYP_rRrgTSqwv7nD2UAJkvKDzpKDfkrfLaLJTff_Dg7ig%40mail.gmail.com%3E"
+ TITLE="[99s-extend] timeout in cowboy loop handler">akonsu at gmail.com
+ </A><BR>
+ <I>Wed Oct 16 05:03:53 CEST 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000270.html">[99s-extend] timeout in cowboy loop handler
+</A></li>
+ <LI>Next message: <A HREF="000272.html">[99s-extend] timeout in cowboy loop handler
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#271">[ date ]</a>
+ <a href="thread.html#271">[ thread ]</a>
+ <a href="subject.html#271">[ subject ]</a>
+ <a href="author.html#271">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>so it will disconnect if the client only listens and sends nothing to the
+socket, correct?
+
+
+2013/10/15 Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt;
+
+&gt;<i> The socket connected to the client.
+</I>&gt;<i>
+</I>&gt;<i> TCP isn't perfect, there is no way to be 100% sure the client is still
+</I>&gt;<i> connected, hence the timeout. If the client is still up you should make it
+</I>&gt;<i> reconnect.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> On 10/16/2013 04:55 AM, akonsu wrote:
+</I>&gt;<i>
+</I>&gt;&gt;<i> Hello,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> the documentation for `init` at
+</I>&gt;&gt;<i> <A HREF="http://ninenines.eu/docs/en/**cowboy/HEAD/manual/cowboy_**loop_handler&lt;http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_loop_handler">http://ninenines.eu/docs/en/**cowboy/HEAD/manual/cowboy_**loop_handler&lt;http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_loop_handler</A>&gt;says:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> The receive loop will run for a duration of up to Timeout milliseconds
+</I>&gt;&gt;<i> after it last received data from the socket, at which point it will stop
+</I>&gt;&gt;<i> and send a 204 No Content reply.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> What socket does it refer to? I had an impression that the loop handles
+</I>&gt;&gt;<i> erlang messages. Do these messages come through a socket (sorry about a
+</I>&gt;&gt;<i> trivial question, but I am new to erlang), and this is the socket that
+</I>&gt;&gt;<i> the docs talk about?
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> The reason why I am asking is because I used to have a Timeout of 60000,
+</I>&gt;&gt;<i> and even though messages kept coming non stop, it still kept
+</I>&gt;&gt;<i> disconnecting after a minute, until I set Timeout to infinity.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> thanks
+</I>&gt;&gt;<i> Konstantin
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> ______________________________**_________________
+</I>&gt;&gt;<i> Extend mailing list
+</I>&gt;&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;&gt;<i> <A HREF="http://lists.ninenines.eu:81/**listinfo/extend&lt;http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/**listinfo/extend&lt;http://lists.ninenines.eu:81/listinfo/extend</A>&gt;
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Lo&#271;c Hoguin
+</I>&gt;<i> Erlang Cowboy
+</I>&gt;<i> Nine Nines
+</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
+</I>&gt;<i>
+</I>-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131015/591e8649/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131015/591e8649/attachment.html</A>&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000270.html">[99s-extend] timeout in cowboy loop handler
+</A></li>
+ <LI>Next message: <A HREF="000272.html">[99s-extend] timeout in cowboy loop handler
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#271">[ date ]</a>
+ <a href="thread.html#271">[ thread ]</a>
+ <a href="subject.html#271">[ subject ]</a>
+ <a href="author.html#271">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>