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.,
to communicate between processes.  These are the traditional IPC mechanisms.

--
Andrew E. Mileski - Software Engineer
REBEL.COM  http://www.rebel.com/

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to