one process one at a time is what a lock does and if locks dont solve concurreny problems, I dont know what does.
Also the loop method is correct too, its upto your code terminate once V*E is reached.

On 4/4/06, Kevin <[EMAIL PROTECTED]> wrote

Locks can assure one process to do the job properly. It does not allow
multi process to do the same job at the same time. So it is not a
preferred way in my idea.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to