Connection Closed http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024262.htmlWAListener Error http://lists.squeakfoundation.org/pipermail/seaside/2010-July/023793.html I still have this problem with WAListenerAdaptor. Anyone else? And if so, Nick Ager proposed this workaround http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024266.html Is that valid? RS
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2011/6/14 Robert Sirois <[hidden email]>:
> Connection Closed > http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024262.html > WAListener Error > http://lists.squeakfoundation.org/pipermail/seaside/2010-July/023793.html > I still have this problem with WAListenerAdaptor. Anyone else? And if so, > Nick Ager proposed this workaround > http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024266.html > Is that valid? The bug or the fix? The bug, probably yes, various network intermediaries may close an HTTP request they don't like for whatever reason (eg. they believe it's hanging). Or the TCP connection may fail "in the middle" for what ever reason else (the device ran out of power, crashed, …). The fix, it would probably be better to handle ConnectionClosed and various other errors the same way Kom does it. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ah oki, thanks. I'll mess with it when I get home.. probably have another question or two.
RS > Date: Tue, 14 Jun 2011 18:10:45 +0200 > Subject: Re: [Seaside] From July/August 2010 (Thread: WAListener error) > From: philippe.marschall@gmail.com > To: seaside@lists.squeakfoundation.org > > 2011/6/14 Robert Sirois <watchlala@hotmail.com>: > > Connection Closed > > http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024262.html > > WAListener Error > > http://lists.squeakfoundation.org/pipermail/seaside/2010-July/023793.html > > I still have this problem with WAListenerAdaptor. Anyone else? And if so, > > Nick Ager proposed this workaround > > http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024266.html > > Is that valid? > > The bug or the fix? The bug, probably yes, various network > intermediaries may close an HTTP request they don't like for whatever > reason (eg. they believe it's hanging). Or the TCP connection may fail > "in the middle" for what ever reason else (the device ran out of > power, crashed, …). > > The fix, it would probably be better to handle ConnectionClosed and > various other errors the same way Kom does it. > > Cheers > Philippe > _______________________________________________ > seaside mailing list > seaside@lists.squeakfoundation.org > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Philippe Marschall
I reread the thread again now that I understand more about the problem.. I agree it has something to do with sessions expiring. I'm a little uncomfortable putting any exception handling too far upstream, so to speak.
Should the handling occur on WAListenerAdaptor or Socket? I feel as if it should be on WAListenerAdaptor since that is where the problem seems to be rooted. RS > Date: Tue, 14 Jun 2011 18:10:45 +0200 > Subject: Re: [Seaside] From July/August 2010 (Thread: WAListener error) > From: [hidden email] > To: [hidden email] > > 2011/6/14 Robert Sirois <[hidden email]>: > > Connection Closed > > http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024262.html > > WAListener Error > > http://lists.squeakfoundation.org/pipermail/seaside/2010-July/023793.html > > I still have this problem with WAListenerAdaptor. Anyone else? And if so, > > Nick Ager proposed this workaround > > http://lists.squeakfoundation.org/pipermail/seaside/2010-August/024266.html > > Is that valid? > > The bug or the fix? The bug, probably yes, various network > intermediaries may close an HTTP request they don't like for whatever > reason (eg. they believe it's hanging). Or the TCP connection may fail > "in the middle" for what ever reason else (the device ran out of > power, crashed, …). > > The fix, it would probably be better to handle ConnectionClosed and > various other errors the same way Kom does it. > > Cheers > Philippe > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2011/6/16 Robert Sirois <[hidden email]>:
> I reread the thread again now that I understand more about the problem.. I > agree it has something to do with sessions expiring. I'm a little > uncomfortable putting any exception handling too far upstream, so to speak. > Should the handling occur on WAListenerAdaptor or Socket? I feel as if it > should be on WAListenerAdaptor since that is where the problem seems to be > rooted. Yes, certainly not Socket. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |