threading test

Monkey Forums/Monkey Programming/threading test

AdamRedwoods(Posted 2013) [#1]
I was working on an example for threading. works in GLFW, but this doesn't seem to work in HTML5. the browser seems to lock up? that shouldn't be so.




programmer(Posted 2013) [#2]
Look at modules/brl/native/thread.js --- HTML5 (+Flash) doesn't support multithreading.

It could be implemented via HTML5 Web Workers..


frank(Posted 2013) [#3]
It would be great if that can be made transparent using web workers indeed. Never used webworkers so no idea if that is feasible; hope someone tries.