Arc Forumnew | comments | leaders | submitlogin
2 points by stefano 5867 days ago | link | parent

This seems a good solution if we can arrange to spawn a new pthread also for blocking I/O, maybe by catching I/O functions and putting into a pthread the I/O operation caller. This hybrid would make the compiler code not very clean, because it should handle both green threads and pthreads.