Pool limits

Yes: CentOS 6.5 and Fabric 1.10.0. I need to run some light commands on ~ 1000-2000 fabric servers. My env in fabfile.py:

env.parallel = True
env.pool_size = 500

      

So when I start using fab and view the processes:

# ps ax | grep fab|wc -l
106
# ps ax | grep fab|wc -l
121
# ps ax | grep fab|wc -l
106
# ps ax | grep fab|wc -l
108

      

Why don't I have a real pool size of 500 processes, ~ 100 in total? Could there be OS limitations?

+3
python fabric


source to share


No one has answered this question yet

See similar questions:

2
Python - Cloth 10 concurrent SSH connections maximum

or similar:

5504
Does Python have a ternary conditional operator?
5231
What are metaclasses in Python?
4473
Calling an external command in Python
3790
How can I safely create a subdirectory?
3602
Does Python have a substring method "contains"?
3119
What is the difference between Python list methods that are appended and expanded?
2818
Finding the index of an element by specifying the list that contains it in Python
2601
How can I make a time delay in Python?
2568
How to find the current time in Python
2097
Is there a way to run Python on Android?



All Articles
Loading...
X
Show
Funny
Dev
Pics