On May 7, 5:56 pm, Emil Ivanov <[EMAIL PROTECTED]> wrote:

> Actually, today I ran into a problem where ajax request overlapped and
> caused strange issues, and I actually tried to find a way to make it
> work.
>
> What i tried is adding a flag to the scope (running: false) and
> checking in the called function
> if (!running) {
>  try {
>   fn(scope);
>   this.running = true;
>  }
>  finally {
>   this.running = false;
>  }
>
> but I guess since ajax is executed in a separate thread it doesn't
> work. I haven't tested it much, though...
>
> Also, I think this will be very useful feature and it will be a good
> plug-in.

Emil,
Let me know if you decide to pursue a Queue plugin - I'd love to
help.  If you don't I may try and tackle it in my spare time...

Pax,
- Stosh

Reply via email to