Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-09 Thread Glen Pike

 :-D

Dave Watts wrote:

So we'd all feel better activating the toilet handle I guess. I always feel
better after a flush().



If you're a ColdFusion programmer, in addition to CFFLUSH you also
have the additional commands CFDUMP and CFLOG.

I apologize in advance for bringing this up. I guess I'm never too old
for toilet humor.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Steven Sacks
Word is that the writer tasked with updating the documentation is asking the 
same thing.



Henrik Andersson wrote:

Steven Sacks wrote:

Henrik Andersson wrote:
 > Then why was it added in the first place?

Great question. Ask Adobe.


You are the one who said that it was confirmed pointless. You know 
better how to ask the question.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Henrik Andersson

Eric E. Dolecki wrote:

So we'd all feel better activating the toilet handle I guess. I always feel
better after a flush().



I am more of the opinion that it is an accident that no data is buffered.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Dave Watts
> So we'd all feel better activating the toilet handle I guess. I always feel
> better after a flush().

If you're a ColdFusion programmer, in addition to CFFLUSH you also
have the additional commands CFDUMP and CFLOG.

I apologize in advance for bringing this up. I guess I'm never too old
for toilet humor.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Dave Watts
> Then why was it added in the first place?

My guess is that behavior changed between FP versions, and that it was
left there for code compatibility reasons.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Eric E. Dolecki
So we'd all feel better activating the toilet handle I guess. I always feel
better after a flush().

On Tue, Dec 8, 2009 at 4:37 PM, Steven Sacks wrote:

> Henrik Andersson wrote:
> > Then why was it added in the first place?
>
> Great question. Ask Adobe.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
http://ericd.net
Interactive design and development
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Henrik Andersson

Steven Sacks wrote:

Henrik Andersson wrote:
 > Then why was it added in the first place?

Great question. Ask Adobe.


You are the one who said that it was confirmed pointless. You know 
better how to ask the question.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Steven Sacks

Henrik Andersson wrote:
> Then why was it added in the first place?

Great question. Ask Adobe.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Henrik Andersson

Steven Sacks wrote:

The player team has confirmed the documentation is wrong. Data gets sent
the instant you write it to the socket. flush() has no purpose.


Then why was it added in the first place?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Steven Sacks
The player team has confirmed the documentation is wrong. Data gets sent the 
instant you write it to the socket.  flush() has no purpose.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Steven Sacks

It's all player 10, but varying versions of it.


Glen Pike wrote:

Steven Sacks wrote:
http://www.stevensacks.net/2009/12/08/flash-socket-class-does-not-wait-for-flush/ 



The Socket class documentation is incorrect. Calling flush() not only 
is not necessary, it also has no effect, since all data written to a 
socket is sent automatically.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



Hi,

   I have scanned your article through, and one interesting point is 
about the 536 byte packet size.  Can you tell me which version of Flash 
this goes back to, (we are compiling with CS3 atm)?


   Does the limit also apply to XMLSocket?

   Cheers.

   Glen

  ___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Glen Pike

Steven Sacks wrote:
http://www.stevensacks.net/2009/12/08/flash-socket-class-does-not-wait-for-flush/ 



The Socket class documentation is incorrect. Calling flush() not only 
is not necessary, it also has no effect, since all data written to a 
socket is sent automatically.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



Hi,

   I have scanned your article through, and one interesting point is 
about the 536 byte packet size.  Can you tell me which version of Flash 
this goes back to, (we are compiling with CS3 atm)?


   Does the limit also apply to XMLSocket?

   Cheers.

   Glen

  
___

Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flash Socket Class Does Not Wait For Flush

2009-12-08 Thread Steven Sacks

http://www.stevensacks.net/2009/12/08/flash-socket-class-does-not-wait-for-flush/

The Socket class documentation is incorrect. Calling flush() not only is not 
necessary, it also has no effect, since all data written to a socket is sent 
automatically.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders