kubo39 / bossan

high performance asynchronous rack web server
Other
28 stars 5 forks source link

Using `rb_thread_call_without_gvl` when syscall #26

Closed kubo39 closed 7 years ago

kubo39 commented 10 years ago

We can call syscall such as read(2) without GVL. However rb_thread_call_without_gvl requires read(2) arguements wrapper as cast void* .