smilax:: needed : TCL shared memory hashtable [Changes]   [Calendar]   [Search]   [Index]   [PhotoTags]   

[Bedstraw] *smilax*
 
[Mega-Changes]
[Mega-Calendar]

needed: TCL shared memory hashtable

I want a master TCL program to fork off slave processes that continue to share r/w a hashtable located in shared memory, shared across master and all slaves.

Could use mmap or shmem.

I need code for the fork()ing, too. The only difficult part might be reaping zombies. I don't care about their exit status. Maybe i should double-fork().

  • for ideas see PHP shmop

  • (last modified 2003-05-15)       [Login]
    (No back references.)