Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.027 c
6-1161452263
_stdcall
2006-10-21 21:37
2007.04.08
Разборка FLAP пакетов.


9-1147122419
Nobody_1988
2006-05-09 01:06
2007.04.08
TBitmaps


1-1171563295
Алексей С.
2007-02-15 21:14
2007.04.08
Предпросмотр печати


15-1173776402
Vlad Oshin
2007-03-13 12:00
2007.04.08
рассказ. Мишка едет домой.


5-1151047294
silversmith
2006-06-23 11:21
2007.04.08
OnKeyPress в TRadioGroup




   Наверх