blob: 74979150619a8ea311dee15b73146607eb744e33 (
plain) (
tree)
|
|
<!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=%3C525E0192.7020706%40ninenines.eu%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="000269.html">
<LINK REL="Next" HREF="000271.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[99s-extend] timeout in cowboy loop handler</H1>
<B>Loïc Hoguin</B>
<A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20timeout%20in%20cowboy%20loop%20handler&In-Reply-To=%3C525E0192.7020706%40ninenines.eu%3E"
TITLE="[99s-extend] timeout in cowboy loop handler">essen at ninenines.eu
</A><BR>
<I>Wed Oct 16 05:01:38 CEST 2013</I>
<P><UL>
<LI>Previous message: <A HREF="000269.html">[99s-extend] timeout in cowboy loop handler
</A></li>
<LI>Next message: <A HREF="000271.html">[99s-extend] timeout in cowboy loop handler
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#270">[ date ]</a>
<a href="thread.html#270">[ thread ]</a>
<a href="subject.html#270">[ subject ]</a>
<a href="author.html#270">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>The socket connected to the client.
TCP isn't perfect, there is no way to be 100% sure the client is still
connected, hence the timeout. If the client is still up you should make
it reconnect.
On 10/16/2013 04:55 AM, akonsu wrote:
><i> Hello,
</I>><i>
</I>><i> the documentation for `init` at
</I>><i> <A HREF="http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_loop_handler">http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_loop_handler</A> says:
</I>><i>
</I>><i> The receive loop will run for a duration of up to Timeout milliseconds
</I>><i> after it last received data from the socket, at which point it will stop
</I>><i> and send a 204 No Content reply.
</I>><i>
</I>><i> What socket does it refer to? I had an impression that the loop handles
</I>><i> erlang messages. Do these messages come through a socket (sorry about a
</I>><i> trivial question, but I am new to erlang), and this is the socket that
</I>><i> the docs talk about?
</I>><i>
</I>><i> The reason why I am asking is because I used to have a Timeout of 60000,
</I>><i> and even though messages kept coming non stop, it still kept
</I>><i> disconnecting after a minute, until I set Timeout to infinity.
</I>><i>
</I>><i> thanks
</I>><i> Konstantin
</I>><i>
</I>><i>
</I>><i> _______________________________________________
</I>><i> Extend mailing list
</I>><i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
</I>><i> <A HREF="http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/listinfo/extend</A>
</I>><i>
</I>
--
Loïc Hoguin
Erlang Cowboy
Nine Nines
<A HREF="http://ninenines.eu">http://ninenines.eu</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000269.html">[99s-extend] timeout in cowboy loop handler
</A></li>
<LI>Next message: <A HREF="000271.html">[99s-extend] timeout in cowboy loop handler
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#270">[ date ]</a>
<a href="thread.html#270">[ thread ]</a>
<a href="subject.html#270">[ subject ]</a>
<a href="author.html#270">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>
|