Re: Re: [Twisted-Python] Max number of simultaneous TCP

I checked the ulimit is increased. I am new to the /proc, may I know how may I change the kernel setting there? Yes, I am exactly trying to see how much connection Twisted-Python can handle. ========================================================================================== 進修英語, 機會處處! 兼享政府進修資助 - http://adimages.sina.com.hk/WSI_0704.html 七.一 遊行最新發展 - http://news.sina.com.hk/focus/20040628/ 歐洲國家盃 最後決戰! - http://euro04.sina.com.hk/

klcheung0829@sinaman.com wrote:
I checked the ulimit is increased. I am new to the /proc, may I know how may I change the kernel setting there?
Even with the ulimit raised, select() will still only support about a thousand sockets, unless you recompile libc. Try using the poll reactor, or another reactor which is not limited in such a way. Jp

klcheung0829@sinaman.com wrote:
I checked the ulimit is increased. I am new to the /proc, may I know how may I change the kernel setting there?
Even with the ulimit raised, select() will still only support about a thousand sockets, unless you recompile libc. Try using the poll reactor, or another reactor which is not limited in such a way. Jp
participants (2)
-
Jp Calderone
-
klcheung0829@sinaman.com