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 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 more info.

-Jesse

-----Original Message-----
From: Peter Guzis [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 05, 2001 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: RE: How do I use threads


Threads are disabled in AP 5.6 as of yet.  If you absolutely need this
functionality you'll either need to downgrade to 522, wait for Perl 6, or
hope for a 5.x build supporting threads. 

Peter Guzis
Web Administrator, Sr.
ENCAD, Inc.
email: [EMAIL PROTECTED]
www.encad.com

-----Original Message-----
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 the script it bombs out and says "No threads in this perl at
> test.pl line 3." Now I'm assuming that when I downloaded the binary and
> installed it that the binary would already include the thread option. Can
> someone help? Please e-mail me back if anyone has any ideas.
> 

And you installed the binary that supports threads right?  Not the other
one?
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to