eladbi / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

port detect not working when you launch multiple times very fast #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The race condition issue ,
sometimes it's not working when you startup many instance.

it might happen when you running it with Eclipse runner plug-in.

Check if we have a better approach to do port detect.

Original issue reported on code.google.com by tonylovejava on 20 May 2011 at 2:45

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 20 May 2011 at 3:37

GoogleCodeExporter commented 9 years ago
add synchronized to port detect part , now it's no longer reproducible.

Fix since 2011/7/4 , committed in r199.

Original comment by tonylovejava on 4 Jul 2011 at 2:54