Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    what language?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...