Skip to content

Add concurrent requests and connection pooling guide - #243

Open
samuel-williams-shopify wants to merge 1 commit into
mainfrom
add-concurrency-pooling-guide
Open

Add concurrent requests and connection pooling guide#243
samuel-williams-shopify wants to merge 1 commit into
mainfrom
add-concurrency-pooling-guide

Conversation

@samuel-williams-shopify

Copy link
Copy Markdown
Contributor

Summary

  • add a guide for concurrent HTTP requests, bounded fan-out, and connection pooling
  • distinguish request concurrency from per-client connection limits, including HTTP/1 and HTTP/2 behavior
  • explain response cleanup and event-loop-bound pool life cycles
  • link the guide from Getting Started and add it to guide navigation

Validation

  • all 3 new guide examples executed successfully
  • all 21 Ruby blocks across the guide set compile
  • both new async documentation links resolve successfully
  • the new static guide page and navigation rendered successfully
  • the full static task reached the existing local Pagefind limitation: the configured global npx command is unsupported after content generation

Assisted-By: devx/1b826335-8b80-44c3-895e-60cc3d688770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant