plainEngine / plainengine

Once it was a university project. Automatically exported from code.google.com/p/plainengine
0 stars 0 forks source link

lock-free #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Replace 'lock-unlock' code in objects and thread subsystems with a
'lock-free' methodics

Original issue reported on code.google.com by nekro.grave on 1 Apr 2009 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by nekro.grave on 2 May 2009 at 10:04

GoogleCodeExporter commented 9 years ago
Add "lazy" MPVariant (with internal yield if result still not assigned) instead 
of
yield on every request.

Lock-free must be implemented in the notification queue. Also internal thread
management should be refactored.

Original comment by nekro.grave on 19 May 2009 at 6:56