diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-10 02:01:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-10 02:01:26 +0000 |
commit | 1a060de3a347634ff5a2b7210da233861f09acae (patch) | |
tree | e814acdfa75e2d99622a9015b2bdf723652cdfa9 | |
parent | 93c0717a1298b3d76e75c8cf31c592430287a36e (diff) | |
download | perl-1a060de3a347634ff5a2b7210da233861f09acae.tar.gz |
Update the ithreads selection info in Configure,
as suggested by Michael Schwern.
p4raw-id: //depot/perl@13582
-rwxr-xr-x | Configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Dec 9 23:28:11 EET 2001 [metaconfig 3.0 PL70] +# Generated on Mon Dec 10 05:02:24 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -3262,8 +3262,9 @@ experimental. This arrangement exists to help developers work out which one is better. If you're a casual user, you probably don't want interpreter-threads -at this time. There doesn't yet exist a way to create threads from -within Perl in this model, i.e., "use Thread;" will NOT work. +at this time. But if you do, the 'threads' module allows their use, +and the 'Thread' module offers an interface to both 5005threads and +ithreads (whichever has been configured). EOM : Default to ithreads unless overridden on command line or with : old config.sh |