j
k
j a
j l
2. It probably does not cause fd leaks, since python's gc will likely do that. close()ing explicitly is better, obviously.
I ran out of fds once. I guess Python gc doesn't get called very often because a socket object doesn't cost too much memory. Y
Back to the thread
Back to the list