Re: Thread support

2000-04-15 Thread Andrew E. Mileski
Zhiyuan Shao wrote: >I don't know whether the Red Hat 6.0 (ver 2.1.121) supports the threads. If it >does, things will be very smooth! Kernel threads were added back in kernel 1.3 [addition of sys_clone()]. You can of course also use shared memory, semaphores, pipes, fifos, sockets, etc., t

Thread support

2000-04-13 Thread Zhiyuan Shao
Dear All I'm trying to build a program that deals with network communications. But I found a big problem now that is when I sending out packets I cann't receive at the same time. I tried to fork a child process who just send out packets and the parent process just receve packets usi