>   apr_shared_memory_system_create(&shms,
>     standard_memory_system_somewhere, "somekey"); /* don't get the key part
>                                                    * yet, but I guess you
> guys
>                                                    * are going to explain it
>                                                    * to me :^) */

it's a key to the shared memory routine that allows different
processes to select the same block of shared memory.

Reply via email to