* Werner Thie <[EMAIL PROTECTED]> [2008-09-16 09:08:28 +0200]: > If you or anybody else sees a solution to that IE/TIME_WAIT problem I > would be more than happy to invest time into furthering Athenas > evolution, I like the concepts underneath and if they're coupled with a > decent JScript library the 'real app in the browser' becomes a reality.
FWIW, it's not the TIME_WAIT sockets that are the problem, but the CONNECTED sockets; it looks the code in Athena that tries to hook up an onbeforeunload handler is apparently doing something IE doesn't like, so the handler isn't actually hooked up. As a result, the code that would cause the transport connection(s) to be torn down never executes, and they only go away once the timeout (5 minutes by default, I believe) has expired. -- mithrandi, i Ainil en-Balandor, a faer Ambar
signature.asc
Description: Digital signature
_______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
