RE: please help with fork

2001-10-29 Thread Bob Showalter
> -Original Message- > From: Maxim Goncharov [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 27, 2001 1:30 PM > To: [EMAIL PROTECTED] > Subject: please help with fork > > > HI everyone, > > I need help with understanding what is happening when I fork a > process.Here is actual co

Re: please help with fork

2001-10-27 Thread Maxim Berlin
Hello Maxim, Saturday, October 27, 2001, Maxim Goncharov <[EMAIL PROTECTED]> wrote: MG> I need help with understanding what is happening when I fork a MG> process.Here is actual code: you did not 'fork' process. 'fork' is very special function, see perldoc -f fork man fork for nore information.