Hello, I am new to Python, but playing with an irc server (made with python of course) and am finding a problem with accepting more than 1000 users/connections.
I've googled for a while and ended up here as it appears to be something to do with the "thread stack limit". Does anyone know if that is correct and if stackless python will help? If so, do you think the edits will be huge? The only real threading bit is this: threading.Thread.__init__(self) Thanks so much for any help you can give me.
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
