[Mojolicious] writing chunks in non-blocking mode

2016-10-13 Thread Steve Barnsley
I'm writing a Mojolicious application that will bulk load transactions into an ERP system. The user will upload an Excel spreadsheet with multiple worksheets in it. Each worksheet will contain data needed to execute screen transactions in the ERP, typically one transaction per worksheet row. T

[Mojolicious] Re: writing chunks in non-blocking mode

2016-10-13 Thread Steve Barnsley
Thanks for the suggestion Heiko. I've done something similar to what you propose in a prior project - send the entire table to the browser at the start with the 'status' column blank then open a websocket that sends the status value for each row to the browser and have a little javacript that