At 08:43 2000-02-25 -0600, Robert Canary wrote:
>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)
There may be a way, but it's generally done by writing to a config file.
Tony
--
Ant
HTH
will
_
William Schwartz
Network Integrator
[EMAIL PROTECTED]
- Original Message -
From: "Tanner, Robby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 25, 2000 12:01 PM
Subject: RE: Creating Globally Accesable System Variables
> If
> From: Robert Canary <[EMAIL PROTECTED]>
>
> 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)
Most Unices (including Linux) support a method for creating "shared
memory" (sa
o 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
>
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
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 [