Skip to content

Why and when does trillium serialize calls? #196

Answered by jbr
quixoticaxis asked this question in Q&A
Discussion options

You must be logged in to vote

If your handcrafted http server does not support http/1.1 keepalive, that would explain the difference. Your browser is reusing the same tcp connection. How are you making the request in the browser? Try it with curl in the terminal to see that two separate requests on different tcp connections do not block each other

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jbr
Comment options

jbr Apr 3, 2022
Maintainer

@quixoticaxis
Comment options

@quixoticaxis
Comment options

@quixoticaxis
Comment options

@jbr
Comment options

jbr Apr 3, 2022
Maintainer

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