Skip to content

refactor NIDAS reactor code #19

@garyjg

Description

@garyjg

Currently there are several almost identical sections of code which all implement a select loop. Either consolidate and encapsulate all that code into a reactor API, or use a third-party implementation like boost::asio, and add support for timer events. Then use the timer events to properly implement timeouts which do not depend on other events to trigger the timeout check. In the current implementation, all the CPP conditional compile code can be cleaned up, since all platforms support epoll() now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions