no buffer space available error

Kragen Sitaker kragen at pobox.com
Tue May 14 03:02:01 EDT 2002


s.thuriez at laposte.net (sebastien) writes:
> I am trying a program that [uses a lot of sockets]
> What do I do wrong ? As I get the message can I flush the buffer ?
> I am running python 2.1.1 on Windows Me and NT.

Why don't you try running your program on a Linux machine instead?
You might run into some trouble with limits on the number of open file
descriptors, a limit you can usually increase to 1024 with the
'ulimit' or 'limit' command.

Also, try limiting the number of simultaneous open sockets.




More information about the Python-list mailing list