[cgiapp] Using HTTP chunked transfer with CGI::App?

2010-06-18 Thread Des Herriott
Hi, I'm working on a CGI::Application app which needs to run some potentially slow tasks, and I want to keep the user updated about its progress. The runmodes I'm using: - show_request_form - display the initial request form - show_preview - once the user has entered their data, display a list

[cgiapp] Using HTTP chunked transfer with CGI::App?

2010-06-18 Thread Nicholas Bamber
automatic refresh in the headers until the work is complete. The one thing you really cannot do is leave the browser wating whilst the work completes. Nicholas Message: 1 Date: Fri, 18 Jun 2010 14:40:06 +0100 From: Des Herriott des.herri...@gmail.com Subject: [cgiapp] Using HTTP chunked transfer