Re: concurrent



> I am a beginner,hlp me pls.
> in the echo-server.c, I add sleep function as below.
> do_EchoString(.....)
> {
>  ...
>  ...
>  fprintf ( stdout,"enter do_EchoString\n" );
>  sleep(10);
I think, sleep(_) acts in process context, it will block the 
whole process for 10 seconds.
But anyway, does ORBit2 support threading?

cu, Frank

---------------------------------------------------
 Frank Rehberger <frehberg@cs.tu-berlin.de>
---------------------------------------------------
 "Global order can arise from local interactions."
 [A.Turing, 1952]
---------------------------------------------------




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]