Thread: shareing a hashtable containing a linkedlist between processes

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Feb 2023
    Posts
    2

    shareing a hashtable containing a linkedlist between processes

    As the title hints at, I have a key/value hash table where the keys are strings and the values are Linked lists. I would like to change the data in the linked lists from child processes. How can i do this? Is there a way to make the pointer to the hash table available between processes?

    Or how to access a function in the parent process would work to.
    Last edited by madsenofthebft; 02-19-2023 at 06:53 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Hashtable
    By RyanC in forum C Programming
    Replies: 4
    Last Post: 05-23-2019, 06:45 PM
  2. Initializing a hashtable?
    By mrsirpoopsalot in forum C++ Programming
    Replies: 3
    Last Post: 11-19-2009, 01:19 AM
  3. HashTable help?
    By -EquinoX- in forum C Programming
    Replies: 66
    Last Post: 03-31-2008, 12:15 AM
  4. Replies: 12
    Last Post: 10-22-2006, 08:37 PM
  5. game hashtable
    By disks86 in forum C++ Programming
    Replies: 1
    Last Post: 12-16-2005, 01:42 PM

Tags for this Thread