From: Lucas F. <lu...@de...> - 2003-05-22 20:36:39
|
Hello, I'm attempting to write a simple .NET server as outlined in an earlier post but am having problems with the browser executing the incremental javascript code. The code is executed when the server connection closes, but not incrementally as it is sent. (I am remembering to pad out each message to 4k so as to flush the browser's buffer.) So I'm wondering if there might not be something about the way .NET handles sockets that would cause this to be so. (sniffing packets shows that the "push func" flag is set on the last packet of each message for what it's worth...) Thank you, -- Lucas Fletcher lu...@de... http://dealersinnotions.com |