Skip to content

Commit 0f63ba0

Browse files
authored
Create references.md
1 parent 816cbb6 commit 0f63ba0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

references.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
You can refer the following sites:
2+
https://www.geeksforgeeks.org/socket-programming-multi-threading-python/?ref=rp
3+
https://www.geeksforgeeks.org/socket-programming-in-cc-handling-multiple-clients-on-server-without-multi-threading/
4+
https://www.geeksforgeeks.org/socket-programming-python/
5+
https://www.geeksforgeeks.org/multithreading-python-set-1/
6+
https://youtu.be/Iu8_IpztiOU
7+
https://realpython.com/python-sockets/#running-the-multi-connection-client-and-server
8+
9+
10+
For timeout feature
11+
https://stackoverflow.com/questions/15195167/how-to-properly-use-timeout-parameter-in-select
12+
13+
14+
Other useful references
15+
https://stackoverflow.com/questions/230751/how-to-flush-output-of-print-function
16+
https://stackoverflow.com/questions/7127075/what-exactly-is-pythons-file-flush-doing

0 commit comments

Comments
 (0)