Skip to content

Non-blocking IO #24

Description

@oduortoni

Goal: Non-blocking IO

Current Flow:

  • main.c → calls http.ListenAndServe()

  • http_server.c → calls net_serve()

  • net_serve.c → accepts connections in a blocking loop

  • Each connection calls handle_protocol() synchronously

Dependencies: possibly the template system (*)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions