On Wednesday 02 September 2009 07:41:15 Gustavo wrote:
I believe it would also be possible to implement multiple threading that way (using FFI, if it support callbacks (as CFFI does)). But I'm not going further on this topic.
It is certainly not possible to implement multithreading with FFI. Multithreading requires substantial support from the runtime.