opensangja / abot

Automatically exported from code.google.com/p/abot
Apache License 2.0
0 stars 0 forks source link

Consider using AutoResetEvent instead of busy wait #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Consider using AutoResetEven instead of busy wait

Original issue reported on code.google.com by sjdir...@gmail.com on 26 Sep 2012 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by sjdir...@gmail.com on 26 Sep 2012 at 5:40

GoogleCodeExporter commented 9 years ago
Autoreset is not a good replacement for the current busy wait. This is due to 
the ThreadManager handling threads instead of the main crawler thread handling 
threads.

Original comment by sjdir...@gmail.com on 27 Sep 2012 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by sjdir...@gmail.com on 19 Oct 2012 at 10:20