summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-10 02:01:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-10 02:01:26 +0000
commit1a060de3a347634ff5a2b7210da233861f09acae (patch)
treee814acdfa75e2d99622a9015b2bdf723652cdfa9
parent93c0717a1298b3d76e75c8cf31c592430287a36e (diff)
downloadperl-1a060de3a347634ff5a2b7210da233861f09acae.tar.gz
Update the ithreads selection info in Configure,
as suggested by Michael Schwern. p4raw-id: //depot/perl@13582
-rwxr-xr-xConfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/Configure b/Configure
index 9363758753..540d90ca93 100755
--- a/Configure
+++ b/Configure
@@ -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