gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] NetConnection URI and .connect


From: Benjamin Wolsey
Subject: Re: [Gnash-dev] NetConnection URI and .connect
Date: Mon, 15 Dec 2008 13:39:14 +0100

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

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]