I have a CGI script run by Hiawatha web server that needs to
- return some data to the client,
- do some system work (may take 20-30 seconds)
- and then return yet more data.
So far I haven't been able to achieve this result: the script doesn't write data as the commands get executed, rather, it writes everything in a single shot when its execution ends. Is it even possible to achieve with Hiawatha what I described above? Thank you.