summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2013-October/000282.html
diff options
context:
space:
mode:
Diffstat (limited to '_build/static/archives/extend/2013-October/000282.html')
-rw-r--r--_build/static/archives/extend/2013-October/000282.html105
1 files changed, 105 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2013-October/000282.html b/_build/static/archives/extend/2013-October/000282.html
new file mode 100644
index 00000000..a3ec5417
--- /dev/null
+++ b/_build/static/archives/extend/2013-October/000282.html
@@ -0,0 +1,105 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] handler and a linked process
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20handler%20and%20a%20linked%20process&In-Reply-To=%3C52652716.4010806%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="000281.html">
+ <LINK REL="Next" HREF="000283.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] handler and a linked process</H1>
+ <B>Lo&#239;c Hoguin</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20handler%20and%20a%20linked%20process&In-Reply-To=%3C52652716.4010806%40ninenines.eu%3E"
+ TITLE="[99s-extend] handler and a linked process">essen at ninenines.eu
+ </A><BR>
+ <I>Mon Oct 21 15:07:34 CEST 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000281.html">[99s-extend] handler and a linked process
+</A></li>
+ <LI>Next message: <A HREF="000283.html">[99s-extend] Generate url in cowboy
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#282">[ date ]</a>
+ <a href="thread.html#282">[ thread ]</a>
+ <a href="subject.html#282">[ subject ]</a>
+ <a href="author.html#282">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hey,
+
+I'm guessing you use loop handler or websocket handler? The browser
+closing the connection in these cases is perfectly normal, that's part
+of the deal. What you can do is monitor the connection process from the
+other process if you need to go down in all cases. Links are only useful
+for crashing on errors.
+
+On 10/18/2013 03:15 PM, akonsu wrote:
+&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> I have a handler that spawns a process and links to this process. the
+</I>&gt;<i> new process does not trap exit signals.
+</I>&gt;<i>
+</I>&gt;<i> When I open the URL that is handled by this handler in the browser, and
+</I>&gt;<i> stop the browser before the handler finishes the request, the handler is
+</I>&gt;<i> terminated and my terminate function is called with the Reason set to
+</I>&gt;<i> {error,closed} or something similar.
+</I>&gt;<i>
+</I>&gt;<i> When this happens, the linked process does not get killed, so I have to
+</I>&gt;<i> call exit on it from the terminate function.
+</I>&gt;<i>
+</I>&gt;<i> is this by design? I suppose when I cancel the browser request, the
+</I>&gt;<i> handler is exited with normal exit code, correct? could you point me to
+</I>&gt;<i> the source code for that part? it is perhaps in the &quot;ranch&quot; repo, no?
+</I>&gt;<i>
+</I>&gt;<i> thanks in advance
+</I>&gt;<i>
+</I>&gt;<i> konstantin
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Extend mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> <A HREF="http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/listinfo/extend</A>
+</I>&gt;<i>
+</I>
+
+--
+Lo&#239;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="000281.html">[99s-extend] handler and a linked process
+</A></li>
+ <LI>Next message: <A HREF="000283.html">[99s-extend] Generate url in cowboy
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#282">[ date ]</a>
+ <a href="thread.html#282">[ thread ]</a>
+ <a href="subject.html#282">[ subject ]</a>
+ <a href="author.html#282">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>