Hmm, it looks pretty kludgy.

Well, I had better scale back my goals here and just try and get the swf persistent connection loader working again.

Given what I read in that article, it sounds like IE is the weakest link as usual. They refer to a bug where IE
doesn't let you see the incoming data until the server has closed the connection. If that were true, then I guess
the server could drop the connection when it had a message, and then the client immediately reopens it when
it detects it has dropped. I am guessing that is how people make these things work in IE, I will have to take
a look using that Fiddler tool and see if I can tell.

This is really where the DHTML compatibility will be useful, if we can use one or more of these existing AJAX streaming libraries...




On 9/19/06, Max Carlson <[EMAIL PROTECTED]> wrote:
Hi Henry,

Here's the best information I know of on this:
http://ajaxpatterns.org/HTTP_Streaming#Solution

There are a lot of gotchas!

-Max

Henry Minsky wrote:
> Hi Pablo,
>
>
> I am going to try to modify the persistent connection LFC code to use a
> new  API we have put in, called LzHTTPLoader. LzHTTPLoader
> is a 'cross platform' HTTP loader API, which is implemented
> in swf by wrapping around the old LzLoader API, and in DHTML it wraps
> around the browser XMLHTTPRequest API. Is there any reasons
> you can think of why the current persistent connection mechanism might
> or might not work using XMLHTTPRequest? It seems like
> it ought to work as long as the browser doesn't close the connection
> which is being help open on the server early for some reason.
>
>
> --
> Henry Minsky
> Software Architect
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] >
>
>
> ------------------------------------------------------------------------
>
>
> _______________________________________________
> Laszlo-dev mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to