|
|
Subject:
Process Queue
Category: Computers > Operating Systems Asked by: ravichodavarapu-ga List Price: $2.00 |
Posted:
02 Oct 2002 09:25 PDT
Expires: 01 Nov 2002 08:25 PST Question ID: 71669 |
is it possible for a process to wait on more than one event at a time ? | |
|
|
Subject:
Re: Process Queue
Answered By: maniac-ga on 03 Oct 2002 17:56 PDT |
Hello Ravichodavarapu, Yes. The how depends upon the operating system you are using. A common method is to create several threads, one to wait for each event. Here are a number of links to relevant materials. Interrupt Handling and POSIX Threads (LynxOs) http://rd13doc.cern.ch/Atlas/Notes/006/Note006-32.html Wait for one of several signals (Unix, compatible systems) http://www.opengroup.org/onlinepubs/007904975/functions/sigwaitinfo.html Implementing condition variables on Win 32 http://www.cs.wustl.edu/~schmidt/win32-cv-1.html A search with phrases like wait multiple events (your system name here) would provide more specific results. --Maniac |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |