If you're doing this programmatically, you can spawn a child
process, before the creating process exits, to hold the data and connect to
it using various IPC methods.  Orphaned child processes are adopted by the
O/S (at least for UNIX, I'm assuming Linux would do the same).
        Alternatively, you could do something quick and easy with a
tempfile.

> -----Original Message-----
> From: Robert Canary [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, February 25, 2000 8:44 AM
> To:   [EMAIL PROTECTED]
> Subject:      Creating Globally Accesable System Variables
> 
> 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)
> 
> --
> robert canary
> system services
> OhioCounty.Net
> [EMAIL PROTECTED]
> (270)298-9331 Office
> (270)298-7449 Fax
> 
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


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

Reply via email to