Robert Canary wrote:
> 
> Hi,
> 
> Is there away to stick a value into memory somewhere that another
> process can access at any given time?
> (after the process that created the value has exited)

If you want easy, shove it in a file.

If you want flexible, and distributable, use a sockets server app.

If you want efficient and scalable, use shared memory (see shmget).  I
think this is what you were really looking for.


-- 
-------------------------------------------------------------------
DDDD   David Kramer                    [EMAIL PROTECTED]
DK KD                                 http://kramer.ne.mediaone.net
DKK D  
DK KD  HYDROGEN: A colorless, odorless gas which,
DDDD   given enough time, turns into people.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to