> I just noticed that the latest beta of FF3.1 includes a feature called
> "Web Workers" which boils down to executing JavaScript by background
> threads without blocking the UI.
> https://developer.mozilla.org/web-tech/2008/12/04/web-workers-part-2/
Web Workers are now available in Firefox 3.5 and Safari 4 (Chrome will
follow soon):
http://ejohn.org/blog/web-workers/
https://developer.mozilla.org/En/Using_web_workers
However, there are some limitations (mostly due to thread safety) which
make them seem less appealing for TiddlyWiki:
* code has to be loaded from a JavaScript file
* no access to the DOM
While one could imagine workarounds for both issues - e.g. creating
temporary files with the respective source code, passing raw HTML or a
list of objects for wikification - the overhead would probably
neutralize any advantages.
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---