Arc Forumnew | comments | leaders | submitlogin
1 point by soegaard 5853 days ago | link | parent

Most Scheme implementations doesn't use OS threads due to the cost of context switches. It is standard practice to use one thread for each connection.

See for example this very well written introduction to Systems Programming with PLT Scheme:

http://pre.plt-scheme.org/docs/html/more/index.html