Posted by sandy on 04/28/07 13:00
shimmyshack wrote:
>
> you could obtain a list of the jobs (or folders) to be processed, put
> it in a session, then use an iframe within a main page.
> the main page loads the iframe and a javascript function which can
> refresh the iframe.
> the iframe finishes calls processjob.php which completes job1
> job1 is removed from the array
> the php script outputs <script>parent.refreshIframe()</script> to the
> iframe
> the iframe reloads and starts the next job
>
I like that idea. I'll try it.
The best idea would be to get a co-located machine,
or a virtual one, so I control server. In the
meantime that sounds like a workable hack. Thank you.
[Back to original message]
|