Re: Thoughts on fetching data from iRev cgi's (in chunks)

2010-04-12 Thread David Bovill
data from iRev cgi's (in chunks) To: How to use Revolution use-revolution@lists.runrev.com Date: Sunday, April 11, 2010, 6:28 AM What would be the best strategy for fetching a series of pieces of data from a url call to display the text first and then when ready the images or larger

Re: Thoughts on fetching data from iRev cgi's (in chunks)

2010-04-12 Thread Andre Garzia
David, Check out HTTP Chunked Transfers, it will allow you to output chunks as you compute them but be aware, I don't know if you can do that with on-rev.com Cheers andre On Sun, Apr 11, 2010 at 8:28 AM, David Bovill da...@vaudevillecourt.tvwrote: What would be the best strategy for fetching

Re: Thoughts on fetching data from iRev cgi's (in chunks)

2010-04-12 Thread David Bovill
On 12 April 2010 20:36, Andre Garzia an...@andregarzia.com wrote: David, Check out HTTP Chunked Transfers, it will allow you to output chunks as you compute them but be aware, I don't know if you can do that with on-rev.com Thanks took a look - seems heavy - interesting for streaming maybe

Thoughts on fetching data from iRev cgi's (in chunks)

2010-04-11 Thread David Bovill
What would be the best strategy for fetching a series of pieces of data from a url call to display the text first and then when ready the images or larger binary data? What I'd (naively) like to do is: 1. Call the cgi - possibly without using load url 2. The CGI returns the text data

Re: Thoughts on fetching data from iRev cgi's (in chunks)

2010-04-11 Thread Michael Kann
David, Are you doing this on the on-rev server? --- On Sun, 4/11/10, David Bovill da...@vaudevillecourt.tv wrote: From: David Bovill da...@vaudevillecourt.tv Subject: Thoughts on fetching data from iRev cgi's (in chunks) To: How to use Revolution use-revolution@lists.runrev.com Date: Sunday