Nolongerused3921 Posted November 5, 2006 Share Posted November 5, 2006 Well I'm finally working on my AJAX engine again, doing a complete rewrite. However, I need some help perfecting a queue system. What would be the best way to process a queue? I don't really want to use a settimeout/settimer, but I also don't want to call the "processQueue()" function everytime the engine is done with a previous request (Both have the potential to create an insane amount of lag/memory leakage).Basically, I need a queue because I'm planning on having an option, in the 'AddToQueue()' function, that lets you say how many times you want the action to go off (0 for infinite), and how often (Every x milliseconds). This way I can have a few things updating an area on the page every 5 seconds, and still process one-time things like a user event.Has anyone here had any luck creating a system like this, or have any idea on a low lag, non-memory leak, cross browser method of doing this? Quote Link to comment Share on other sites More sharing options...
Nolongerused3921 Posted November 15, 2006 Author Share Posted November 15, 2006 Since no one is actually able to help me with this, does anyone know of an open source AJAX engine that can do what I want? Quote Link to comment Share on other sites More sharing options...
Nolongerused3921 Posted November 26, 2006 Author Share Posted November 26, 2006 Anyone? Quote Link to comment Share on other sites More sharing options...
ober Posted November 26, 2006 Share Posted November 26, 2006 Sorry, never worked with something quite like that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.