doublec / aliceml-abandoned

Moved to aliceml/aliceml
30 stars 1 forks source link

IOHandler should use 'epoll' or similar instead of 'select' #3

Closed ardeujho closed 9 years ago

ardeujho commented 10 years ago

The SEAM VM seems to use the select API call in IOHandler.cc which has limitations compared to newer APIs like epoll. In particular, select is limited to 1024 file handles on some platforms.

doublec commented 9 years ago

Following up at aliceml/aliceml#5.