Re: Access the same hash in the parent and child process

2001-11-19 Thread Jenda Krynicky
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 ? > >

RE: Access the same hash in the parent and child process

2001-11-12 Thread Bob Showalter
> -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

Re: Access the same hash in the parent and child process

2001-11-10 Thread Garry Williams
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

Access the same hash in the parent and child process

2001-11-10 Thread Marcia Magna
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]