Skip to content

Behavior of excess requests when -Threads limit is reached - queued, dropped, or blocked? #1623

@github-throwaway

Description

@github-throwaway

Hello, I’m using Pode with Start-PodeServer -Threads 100. What happens when the 101st incoming request arrives while all 100 threads are busy:

  • Is the request queued until a thread becomes free?
  • Is it rejected/failed immediately (e.g. HTTP 503)?
  • Or is it blocked/suspended until a thread is available?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions