Am Montag, den 15.12.2008, 13:22 +0100 schrieb Sandro Santilli: > On Mon, Dec 15, 2008 at 09:45:39AM +0100, Benjamin Wolsey wrote: > > > There's a comment in the code about testing whether the URL can change > > between calls, and if that's the case it would scupper this idea. If it > > can't, it would support this model. > > Now tested by remoting.swf. > > nc.connect(a); > nc.call(x); > nc.connect(b); > nc.call(y); > > You'd get two responses, from two different connections. > The test connects to the same url too, but still performs > two different POST requests (checked trough REMOTE_PORT > env variable setup by httpd). >
I was a bit hasty with the scuppering claim, I suppose. This would actually support the idea that connect() should establish a genuine or notional connection to a URL, and that URL/connection is constant until connect() is called again, or close() (not tested). Does that sound right? bwy -- Use Gnash, the GNU Flash Player! http://www.gnu.org/software/gnash/ Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

