Closed GoogleCodeExporter closed 9 years ago
Could you clarify what options make it crash? Does it crash all the time, or
only when "-p" is as high as 1024, or is there any other factor that seems to
be responsible? Thanks.
Original comment by amcna...@gmail.com
on 15 Jun 2012 at 5:36
-p option made this result. What is max value of parallel connection?
If i try without -i option , parallel connection value is less...
More than +3000 hosts. I want finish jobs asap... .
Requires many connections.
Is there any system tuning point? TIA
Original comment by inyong.h...@gmail.com
on 16 Jun 2012 at 12:12
Many systems define a maximum number of file descriptors. On my Fedora system,
if I specify `uname -n`, it reports that the maximum number of file descriptors
is 1024. This is configurable, of course, but it's not something that pssh can
change.
Original comment by amcna...@gmail.com
on 16 Jun 2012 at 12:51
my sys configuration is
ulimit -n : 16000
net.core.somaxconn = 65535
What is max value of -p option?
Original comment by inyong.h...@gmail.com
on 19 Jun 2012 at 1:40
[deleted comment]
Interesting. It appears that select can only handle 1024 file descriptors.
We've been using select instead of poll because it's more portable, but it
looks like I'll have to change this and support both.
Original comment by amcna...@gmail.com
on 19 Jun 2012 at 5:32
Support for select.poll is now included in commit 3158e60. Please try it out,
and let me know whether it works for you. This feature will be included in the
next release of pssh. Thanks for your help.
Original comment by amcna...@gmail.com
on 19 Jun 2012 at 7:42
i tried with -p 1024 and more -p 4096 :-)
it worked well. Thank you very much.
Original comment by inyong.h...@gmail.com
on 21 Jun 2012 at 12:50
Original issue reported on code.google.com by
inyong.h...@gmail.com
on 15 Jun 2012 at 2:13