Results 1 to 2 of 2
Hi
I am trying to write a client/server simple application
I use a fork to duplicate the father processus
My point is that i need to share an array between ...
- 02-03-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
Variable sharing between 2 processus
Hi
I am trying to write a client/server simple application
I use a fork to duplicate the father processus
My point is that i need to share an array between the Father and the son
(I mean that both need to access this table at the same time)
How this is possible, is there a shared memory mechanism to make this possible ?
Thanks
Regards
- 02-03-2010 #2


Reply With Quote