Skip to content

Does the Reactor also transmit responses in addition to buffering requests? #3090

Answered by nateberkopec
bbascarevic asked this question in Q&A
Discussion options

You must be logged in to vote

Responses are not buffered in Puma, so the ThreadPool worker thread will send them to the client directly.

The entire request is read by the reactor unless queue_requests is false.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@Vuta
Comment options

@nateberkopec
Comment options

@stevenharman
Comment options

@nateberkopec
Comment options

@stevenharman
Comment options

Answer selected by bbascarevic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants