Subj : Re: multi-threaded server, pthreads & sleep To : comp.unix.programmer,comp.programming.threads,comp.lang.c From : CBFalconer Date : Wed Mar 16 2005 10:22 pm Parahat Melayev wrote: > .... snip ... > > here is the code. > > ------ selectserver.c ----------------------- > $ cc selectserver.c -o selectserver -lpthread > --------------------------------------------- > > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include Of these, only stdio.h, string.h, signal.h and errno.h are legitimate standard C headers, at least in this newsgroup. So why are you cluttering c.l.c up with nearly 400 lines of non-standard and off topic code? Find a newsgroup that deals with your system. F'ups set. -- "If you want to post a followup via groups.google.com, don't use the broken "Reply" link at the bottom of the article. Click on "show options" at the top of the article, then click on the "Reply" at the bottom of the article headers." - Keith Thompson .