- Support fork, create a copy of the whole process, and make use of the fact that modern chips have copy-on-write triggers.
- Support light thread creation, which should be mapped to some eval f a0 ... an construct, i.e., evaluation of a distinct function.
- Possibly support very light threads, for example by just having simple round-robin primitives in the language.
Not the academically nicest solution, but probably the best I can -easily- do.
Bye Erlang
No comments:
Post a Comment