meh / nucular

A reactor in D.
12 stars 4 forks source link

epoll doesn't work #6

Closed meh closed 12 years ago

meh commented 12 years ago

Still don't know why.

meh commented 12 years ago

The issue seems to be present only on the writing side, the second epoll_wait call seems to work properly.

meh commented 12 years ago

It also seems to be present only in the edge triggered mode.

meh commented 12 years ago

I'll call this fixed for now, by disabling edge triggered mode.