This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Time out server mechanism in cygwin


On Wed, 7 Jul 2004, Amit Grover wrote:

> Hi,
> I read the documents of cygwin but could not find anywhere any
> information about timeout server mechanism in cygwin.
>
> This is what I am trying to achieve,
> I am looking for some kind of mechanism (timeout server mechanism)
> through which Process A can register some message type and user defined
> structure and timeout value (say X) to timeout server and after X
> seconds process A get back this message from the timeout server.
>
> Is there exists any kind of mechanism in cygwin?
>
> Thanks
> Amit

Why would you even need a separate server for this?  Won't the pthreads
functionality let you do what you want within the process (using timed
wait of some sort)?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]