Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.04.08;
Скачать: CL | DM;

Вниз

WaitForMultipleObjects для произвольного количества объектов.   Найти похожие ветки 

 
Riply ©   (2007-03-20 00:56) [0]

Здравствуйте !
Допустим, у нас есть n > MAXIMUM_WAIT_OBJECTS объектов.
Надо организовать ожидание срабатывания хотя бы одного из них.
Как это лучше сделать ?
Мне, ничего, кроме организации новой нити для каждых «следующих» 64,
в голову не приходит :(


 
Джо ©   (2007-03-20 01:09) [1]

To wait on more than MAXIMUM_WAIT_OBJECTS handles, use one of the following methods:

Create a thread to wait on MAXIMUM_WAIT_OBJECTS handles, then wait on that thread plus the other handles. Use this technique to break the handles into groups of MAXIMUM_WAIT_OBJECTS.
Call RegisterWaitForSingleObject to wait on each handle. A wait thread from the thread pool waits on MAXIMUM_WAIT_OBJECTS registered objects and assigns a worker thread after the object is signaled or the time-out interval expires.

(c) MSDN.


 
Riply ©   (2007-03-20 01:26) [2]

>[1] Джо ©   (20.03.07 01:09)
Спасибо.
MSDN - у, тоже, спасибо :)



Страницы: 1 вся ветка

Текущий архив: 2007.04.08;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.052 c
2-1174336570
Malik
2007-03-19 23:36
2007.04.08
Еще один вопрос по Stringgrid y


2-1174343562
DemonVX
2007-03-20 01:32
2007.04.08
Как убрать исключение AccessViolation?


2-1174239288
MIV
2007-03-18 20:34
2007.04.08
DBGrid


11-1152777666
oleg_l_k
2006-07-13 12:01
2007.04.08
Backup для БД на FireBird 1.0 (KOLIBServ)


15-1173765400
SerJaNT
2007-03-13 08:56
2007.04.08
phpMySQLAdmin