Google Search: threads in javascript

One of the searches that came in to my blog was "threads in javascript". I have writte about this previously on my blog. Basically, I couldn't find anything that would allow "threading" in Javascript.

The closest I could come up with was to create a set of queues (that mimic threads). These queues hold items of work that need to be carried out and once every 250ms or a developer configured amount, the queue will ask a worker object to find out what work needs to be carried out. If there is work to do then it will start the task, if work is already being executed from the queue, then the work will not initiate the task.

Check out my AJAX Tagger 2.0 and see psuedo threads in action.

If someone else has any ideas about threading in Javscript I would love to hear it.

Technorati Tags
[feed], [feed], [feed], [feed], [feed], [feed], [feed], [feed]

Related Wikipedia Documents
, , , , , , , , ,

My Related Documents
, , , , , , , , ,

Related Amazon Books
Ajax in Action: /, JavaScript for the World Wide Web (Visual QuickStart Guides): /, Head First Design Patterns: /, DOM Scripting: Web Design with JavaScript and the Document Object Model: /, DHTML Utopia: Modern Web Design Using JavaScript & DOM: /, Communication and Computer Networks: Modelling With Discrete-Time Queues: /, C# Threading Handbook: /, AJAX/REST Patterns and Best Practices: /, Head Rush Ajax: /, Ajax for Dummies (For Dummies S.): /

Related Images From Flickr
[[posterous-content:rAouDIxwukmwyrAsfjdp]]