I have some python script with more than 3k outgoing socket connections, based on asyncore lib. I can t use select(..) due to connections limit (1024), but poll(..) not working properly too:
asyncore.loop(use_poll=True)
我这样说,就忽视了任何事情。 请注意,1024个出租车上的选择()将进行罚款。
我的问题在哪里?