[Proto-Scripty] Re: Script runtime prompt

2009-02-18 Thread Ryan Gahl
You could have this long running request simply return a status of still processing or something like that right away, which would then trigger your client code to poll again in X milliseconds, repeatedly, until the process returns as complete. Of course this would mean that the initial request

[Proto-Scripty] Re: Script runtime prompt

2009-02-18 Thread Tobie Langel
I suppose you are using synchronous requests. Make sure your using async requests. Best, Tobie On Feb 19, 3:35 am, dizzyjay dizzy...@gmail.com wrote: I have a script that facilitates 3 Ajax requests. One of the requests takes a while for the server to render because it dynamically creates