Synchronized queue?

G

Guest

I'm porting an application from a Unix like system to Windows.
I'm looking for a simple queue with FIFO characteristics which
will cause the calling thread to suspend if there is no data on the
queue, or return after a timeout.

Is there any such component available or will I need to build one?

I'm using Visual Studio 2005, VC++.
 
C

Carl Daniel [VC++ MVP]

frmdeveloper said:
I'm porting an application from a Unix like system to Windows.
I'm looking for a simple queue with FIFO characteristics which
will cause the calling thread to suspend if there is no data on the
queue, or return after a timeout.

Is there any such component available or will I need to build one?

I'm using Visual Studio 2005, VC++.

See the answer(s) in microsoft.public.vc.langauge.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top