
15 Nov
2009
15 Nov
'09
8:42 a.m.
On Sun, Nov 15, 2009 at 04:13, Samium Gromoff <_deepfire@feelingofgreen.ru> wrote:
I would like to employ a handler which continuously writes to the socket stream, so that the appended output becomes immediately available to the page viewer.
The canonical way to accomplish this is to use SEND-HEADERS to get a stream to the client and then send the data to the client as it becomes available. Did you try that? How does it not fulfill your needs?