[Proto-Scripty] Re: Script runtime prompt

2009-02-18 Thread Ryan Gahl
That too... On Wed, Feb 18, 2009 at 9:13 PM, Tobie Langel wrote: > > I suppose you are using synchronous requests. > > Make sure your using async requests. > > Best, > > Tobie > > On Feb 19, 3:35 am, dizzyjay wrote: > > I have a script that facilitates 3 Ajax requests. One of the requests > > t

[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 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 > a series of .png

[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 h

[Proto-Scripty] Re: Script runtime prompt

2009-02-18 Thread waldron.r...@gmail.com
no... but i would suggest optimizing your image creation. can employ any cache tricks? -Original Message- Date: Wednesday, February 18, 2009 9:35:46 pm To: "Prototype & script.aculo.us" From: "dizzyjay" Subject: [Proto-Scripty] Script runtime prompt I have a script that facilitates 3