From: Garry Williams <[EMAIL PROTECTED]>
> On Sat, Nov 10, 2001 at 03:58:04PM -0800, Marcia Magna wrote:
>
> > I have a program that needs to fork. The child process creates
> > values in a hash that must be seen by the parent process.
> >
> > Is there anyway to do that ?
>
>
> -Original Message-
> From: Marcia Magna [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, November 10, 2001 6:58 PM
> To: [EMAIL PROTECTED]
> Subject: Access the same hash in the parent and child process
>
>
> Hi,
>
> I have a program that needs to fork
On Sat, Nov 10, 2001 at 03:58:04PM -0800, Marcia Magna wrote:
> I have a program that needs to fork. The child process creates
> values in a hash that must be seen by the parent process.
>
> Is there anyway to do that ?
Short answer: No.
When a process fork()s, a new process is created. Tha
Hi,
I have a program that needs to fork. The child process creates values in a
hash that must be seen by the parent process.
Is there anyway to do that ?
Thanks in advance
Fred
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]