pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Check if port is open less often #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently a library method exists to see if a port is open, and sleeps for
0.1s and checks again until the port is open. Is suspected of saturating
the network with traffic; change to check less often.

Now checks every 1s instead of 0.1s.

Original issue reported on code.google.com by shattere...@gmail.com on 26 Jun 2009 at 11:15