Skip to content

Commit 385334f

Browse files
[Long polling] 영어 원문과 싱크 맞춤
1 parent 660dd0b commit 385334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/10-long-polling/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ As you can see, `subscribe` function makes a fetch, then waits for the response,
7070
```warn header="Server should be ok with many pending connections"
7171
The server architecture must be able to work with many pending connections.
7272
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.
7474
7575
That's often the case for backends written in languages like PHP and Ruby.
7676

0 commit comments

Comments
 (0)