in reply to Re: Fork novice requests help...
in thread Fork novice requests help...
But you mentioned threads, so, unlike the original poster, you might use threads instead of forks. Then variables can be shared. However, if two threads can access the same variable, you will need locking on the variable - which means to avoid locking, you will need to do locking.
-- Abigail
|
|---|