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
I have list of several thousand machines I need to ping(all on my company network so nothing shady!). Anyway, to speed this up I was trying to run 50 threads in parallel that would ping these nodes but it appears to me that this gem is traversing over itself when I do that.
Anyway, I'm giving it a list of 5000 machines but am only getting 50 unless I'm just confused as to how memory works in threading I think it has to do with this library not being thread safe.
The text was updated successfully, but these errors were encountered:
I have list of several thousand machines I need to ping(all on my company network so nothing shady!). Anyway, to speed this up I was trying to run 50 threads in parallel that would ping these nodes but it appears to me that this gem is traversing over itself when I do that.
Here is an example of how I am doing that:
Anyway, I'm giving it a list of 5000 machines but am only getting 50 unless I'm just confused as to how memory works in threading I think it has to do with this library not being thread safe.
The text was updated successfully, but these errors were encountered: