Re: [Flashcoders] Forcing XML connection closed from SWF

2006-04-24 Thread erixtekila
Le 23 avr. 06, à 20:26, Bernard Poulin a écrit : - I do not know if we can control the HTTP Headers from within flash - if you can, try to modify the headers to shutoff the keep-alive option. It *might* be possible with the recent flash player 8 (raw sockets). Should be : Take a look at

Re: [Flashcoders] Forcing XML connection closed from SWF

2006-04-23 Thread Bernard Poulin
Here's some random ideas: - The keep-alive option is a good thing (everything goes faster) and normally does not impose a problem. If you have a problem on the server because of that (too many threads or too many sockets taken), always remember that it is the responsibility of the server to

[Flashcoders] Forcing XML connection closed from SWF

2006-04-21 Thread Nathanial Thelen
I was wondering if anyone out there know how to force a XML connection closed once the onLoad has happened? The way it works currently is that if the webserver has keep-alives on, the connection to the server stays open. I am pretty sure that the browser controls this, but would love to hear any

Re: [Flashcoders] Forcing XML connection closed from SWF

2006-04-21 Thread David Rorex
On 4/21/06, Nathanial Thelen [EMAIL PROTECTED] wrote: I was wondering if anyone out there know how to force a XML connection closed once the onLoad has happened? The way it works currently is that if the webserver has keep-alives on, the connection to the server stays open. I am pretty sure

Re: [Flashcoders] Forcing XML connection closed from SWF

2006-04-21 Thread Nathanial Thelen
Thank you for the idea on that one. I am particularly looking for a browser side only solution in this case. Thanks, Nate On 4/21/06 2:57 PM, David Rorex [EMAIL PROTECTED] wrote: On 4/21/06, Nathanial Thelen [EMAIL PROTECTED] wrote: I was wondering if anyone out there know how to force a