B
Bill Atkins
I'm writing a web application with WEBrick that occasionally has to
send large streams of data to the browser. However, WEBrick seems to
be storing all of the content and then sending it to the user all at
once. Is there any way I could periodically flush WEBrick's output so
the user doesn't have to stare at a blank screen while the server is
working?
Bill Atkins
send large streams of data to the browser. However, WEBrick seems to
be storing all of the content and then sending it to the user all at
once. Is there any way I could periodically flush WEBrick's output so
the user doesn't have to stare at a blank screen while the server is
working?
Bill Atkins