Skip to content

[Exchange-3.2] Concurrent order ingestion #7

@vaasu2002

Description

@vaasu2002

As the exchange, I want to ingest orders from many clients concurrently without blocking,
so that high throughput and low latency are maintained.

Acceptance:

  • Acceptor thread distributes sockets to worker threads.
  • Worker threads handle multiple client sockets concurrently.
  • No shared locks on the hot path other than per-thread state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions