This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: poll.h and polling stuff???



>It may be easier just to add poll() to select.cxx. From what I remember
>when poll() is available, select() is normally implemented in terms of
>poll(). So the current select() would be modified to be poll(), and you
>would add a new select() that wraps it. Probably :-).

I'm doing it the other way round :) Emulating the poll() with calls to select(). I've not got enough time to try and learn about the underlying file system.


I'm now going to have to rapidly learn CDL.....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]