Friday, November 23, 2007

Multithreading is a pain

synchronizing pieces of code is a lot lot harder than i thought... basically this is the first time i am working on multithreading stuff. I added a lot of variables just to keep track of the state... then my manager gave me a solution to have a seperate entity which will co-ordinate and supervise all the threads... hmmm lets see how that one goes.

No comments: