A select question

Victor Muslin victor at prodigy.net
Mon May 14 18:27:31 EDT 2001


On Windows platform, what is the maximum number of file descriptors
allowed in fd_set in select? Is there a way to find it out in Python?
I seem to get an exception on select:

	ValueError: too many file descriptors in select()

when the number is less than 100. I thougth that the number of
concurrent connections supported should be on the order of several K.

Thanks.



More information about the Python-list mailing list