|
Re: Urgent : Thread support in QNX4.24
|
08/06/2009 8:10 AM
post35356
|
Re: Urgent : Thread support in QNX4.24
QNX4 only has a very limited support of threading.
But as you said you want to create a child p r o c e s s, threading wouldn't be what you're looking for anyway. To
create a child process, you could use either fork() (to replicate the existing process) or any of the spawn*() functions
(to create an entirely new process).
Kind regards,
- Thomas
|
|
|