Skip to content

Improve epoll use and implementation #5

@lokesh-wagh

Description

@lokesh-wagh

Description
Currently, the epoll system calls are being invoked on every iteration, which is not optimal. We need a way to efficiently manage the listening socket and active connections in epoll.

Tasks

Devise an efficient approach to handle connections using epoll

Ensure the listening socket is managed optimally

Avoid redundant epoll_ctl calls in the main loop

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions