You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 5-network/10-long-polling/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ As you can see, `subscribe` function makes a fetch, then waits for the response,
70
70
```warn header="Server should be ok with many pending connections"
71
71
The server architecture must be able to work with many pending connections.
72
72
73
-
Certain server architectures run one process per connection; resulting in there being as many processes as there are connections, while each process consumes quite a bit of memory. So, too many connections will just consume it all.
73
+
Certain server architectures run one process per connection, resulting in there being as many processes as there are connections, while each process consumes quite a bit of memory. So, too many connections will just consume it all.
74
74
75
75
That's often the case for backends written in languages like PHP and Ruby.
0 commit comments