You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to executeBackground being removed I implemented every execute command in its own session. This however only executes up to 10 sessions at once, and starts the others when others finish. This looks like some fixed threadpool at work.
I can not find a way to increase the pool size, as I need 7 x 2 x 2 (28) commands to be running (used for specific traffic generation over a periods of hours)
Request: allow to customize the number of concurrent sessions, or advise on how to do parallel commands differently
Environment info
jsch:0.1.53
groovy-ssh:2.8.0
groovy-all:2.4.9
Steps to reproduce
Create more than 10 session in a single run command, expect them to be executed in parallel.
Due to executeBackground being removed I implemented every execute command in its own session. This however only executes up to 10 sessions at once, and starts the others when others finish. This looks like some fixed threadpool at work.
I can not find a way to increase the pool size, as I need 7 x 2 x 2 (28) commands to be running (used for specific traffic generation over a periods of hours)
Request: allow to customize the number of concurrent sessions, or advise on how to do parallel commands differently
Environment info
jsch:0.1.53
groovy-ssh:2.8.0
groovy-all:2.4.9
Steps to reproduce
Create more than 10 session in a single run command, expect them to be executed in parallel.
The text was updated successfully, but these errors were encountered: