windows timeout implementation

Hi, I have windows timeout support implemented for boost::execution monitor. It requires multithreading and thus introduces additional dependencies. I am thinking of making it available with compile time flag. Any comments/suggestions are welcome. Gennadiy

Hi, ----- Original Message ----- From: "Gennadiy Rozental" <rogeeff@gmail.com> To: <boost@lists.boost.org> Sent: Monday, August 31, 2009 9:13 AM Subject: [boost] windows timeout implementation
Hi,
I have windows timeout support implemented for boost::execution monitor.
What do you mean by windows timeout support?
It requires multithreading and thus introduces additional dependencies.
I am thinking of making it available with compile time flag.
This seems correct to me. Vicente

vicente.botet <vicente.botet <at> wanadoo.fr> writes:
Hi,
----- Original Message ----- From: "Gennadiy Rozental" <rogeeff <at> gmail.com> To: <boost <at> lists.boost.org> Sent: Monday, August 31, 2009 9:13 AM Subject: [boost] windows timeout implementation
Hi,
I have windows timeout support implemented for boost::execution monitor.
What do you mean by windows timeout support?
At the moment function execution timeout only available where SIGALRM is. I am looking to extend support for this feature. Gennadiy

Hi there, Does message_queue run in block and sync mode? i.e. will the MQ->recv() be blocked if the receiving buffer is empty? Regards, rui
participants (4)
-
Gennadiy Rozental
-
Ion Gaztañaga
-
jon_zhou@agilent.com
-
vicente.botet