[공부용]참고 사이트 모음/[python]
Maximum number of TCP connections in Python? 파이썬 최대 tcp 연결
bled
2021. 1. 12. 17:23
stackoverflow.com/questions/7748898/maximum-number-of-tcp-connections-in-python
Maximum number of TCP connections in Python?
I am working in Python on localhost. I wrote a raw server just read TCP socket, say in port 50001. Then I tried max client connections: def rawMultiConn(threadnum = 10000): g_event = threading.
stackoverflow.com