Skip to content

Commit 7266bac

Browse files
authored
Update README.md
1 parent 6385cb7 commit 7266bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# workerpool
2+
Imagine a websocket server that sends ping message every X seconds of inactivity to each client, to be able to acheive that, the server would need to run on goroutine per client. Those goroutines are mostly idle and result in memory consumption. workpool attempts to solve that problems by running a single loop that runs every second to check which clients should be sent ping message.

0 commit comments

Comments
 (0)