2008-10-26 20:19:54

by Paul P

[permalink] [raw]
Subject: Fw: Re: unexpected extra pollout events from epoll

> I'm not too familiar with the edge triggered mode, but
> you shouldn't be requesting EPOLLOUT notifications if you don't care
> about them (i.e. if you are not trying to write anything).

I am trying to write something, but I don't understand this behavior because it will screw up my notifications when I'm trying to see if I should write
more because of the extra notifications. Even before I started writing anything, I'm getting these epollout events which I was not expecting.

Paul