We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9526c9d commit 90a4e42Copy full SHA for 90a4e42
socket/basic/README.md
@@ -29,3 +29,12 @@ See: [Simple Protocol](../simple-protocol)
29
It first sends message's length as `int` converted to `4-bytes`.
30
31
length_bytes = struct.pack('!i', length_int)
32
+
33
+# Version #3
34
35
+Using threads to handle many clients at the same time
36
37
+Python: [threading](https://docs.python.org/3/library/threading.html)
38
39
+Other examples: [Thread][../thread]
40
thread/README.md
@@ -0,0 +1,3 @@
1
+# Documentation
2
3
0 commit comments