RE: How do I use threads

2001-03-05 Thread Jesse Sookne
Oops, non-HTML version follows. -Jesse -Original Message- From: Jesse Sookne Sent: Monday, March 05, 2001 11:29 AM To: 'Peter Guzis'; 'Robert Follis'; '[EMAIL PROTECTED]' Subject: RE: How do I use threads Actually, threads are implemented in ActivePerl

RE: How do I use threads

2001-03-05 Thread Jesse Sookne
Title: RE: How do I use threads Actually, threads are implemented in ActivePerl 5.6, but not with the Threads module, which as far as I know is only for the 5xx builds of ActivePerl. In AP 5.6, you can use threads through the fork() emulation.  Read 'perldoc perlfork' for

RE: How do I use threads

2001-03-05 Thread Peter Guzis
ssage- From: Joe Schell [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 3:30 PM To: Robert Follis Cc: [EMAIL PROTECTED] Subject: Re: How do I use threads Robert Follis wrote: > > I'm using perl 623 and the tutural example of using threads: > ... > > When I run th