Making it happen
Semaphore Pool
It seems that there’s nothing in .NET similar to MsgWaitForMultipleObjects, I needed a semaphore list with the ability to wait for an item to be released (and to get that semaphore’s index). The closest thing I did was a loop to wait for each semaphore a time slice, however it’s far from optimal. Still looking into it.
| Print article | This entry was posted by andrei on September 19, 2008 at 12:33 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
