Skip to content

Add concurrent requests and connection pooling guide - #243

Merged
samuel-williams-shopify merged 1 commit into
mainfrom
add-concurrency-pooling-guide
Aug 30, 2026
Merged

Add concurrent requests and connection pooling guide#243
samuel-williams-shopify merged 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
@samuel-williams-shopify
samuel-williams-shopify merged commit ddd067e into main Aug 30, 2026
34 of 40 checks passed
@samuel-williams-shopify
samuel-williams-shopify deleted the add-concurrency-pooling-guide branch August 30, 2026 21:05
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