in reply to Working around limit to number of connections with Net::OpenSSH
250 sounds to me like the limit on the number of simultaneously open files for a process.
Are you really, really sure that the problem is with the part of the code you're looking at? Is there maybe some other place where you open a filehandle and don't close it soon enough?
Maybe you can write a small, self-contained program that reproduces the issue and doesn't need a remote ssh connection?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Working around limit to number of connections vis Net::OpenSSH
by nysus (Parson) on Mar 27, 2017 at 20:22 UTC | |
|
Re^2: Working around limit to number of connections vis Net::OpenSSH
by nysus (Parson) on Mar 27, 2017 at 21:15 UTC |