how to put a hashtable in shared memory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • calyx
    New Member
    • Nov 2006
    • 3

    how to put a hashtable in shared memory

    Hello guys,

    I badly need your help. I am searching for libraries that puts a hashtable in shared memory.
    So far, I only found one but it was developed last 2002 and I cannot contact the developer.
    Do you guys know of any libraries somewhere?
    Or can you point me to a tutorial that does that? I've been searching the net but to no avail.

    Thanks!
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    In shared memory for sharing between what on what system.

    Comment

    • calyx
      New Member
      • Nov 2006
      • 3

      #3
      Originally posted by Banfa
      In shared memory for sharing between what on what system.

      In Linux using C++.. I want to put a hashtable in shared memory.. It is to be shared by different processes and not forked ones.
      Please help..

      Comment

      • calyx
        New Member
        • Nov 2006
        • 3

        #4
        Originally posted by calyx
        In Linux using C++.. I want to put a hashtable in shared memory.. It is to be shared by different processes and not forked ones.
        Please help..

        Hello... I found a library from sourceforge though.. but I have some trouble using it.
        Can anyone give any suggestions? Or tutorials?
        Has anyone experienced putting hashtables in shared memory?

        Comment

        Working...