RE: threads and pids

2003-02-02 Thread Beau E. Cox
Hi - I got interested in 5.8 threads too... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > zentara > Sent: Sunday, February 02, 2003 4:53 AM > To: [EMAIL PROTECTED] > Subject: threads and pids > > > Hi, > I just go

threads and pids

2003-02-02 Thread zentara
Hi, I just got interested in 5.8 threads. I have a simple question about the first basic example in perlthrtut. My basic question is how to track the pids, and why does the following program create 4 pids instead of 3? I would expect 3, one for the parent, and one for each of 2 threads. So run t