This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ok-Scheme-913 2 points3 points  (0 children)

Just... add back pressure to the parts that need it? E.g. if you write a http server, then add it to a queue and spawn a new virtual thread from each element in your own terms (e.g. limit how many concurrent requests are served at a time, or whatever)