I've just committed some basic ithreads tests. You can run the test with:
t/TEST -trace=debug -v modperl/ithreads
In order to run this test you need to build perl 5.8.1 RC2 available from http://www.cpan.org/authors/id/J/JH/JHI/jhi/perl-5.8.1-RC2.tar.gz
You need to build it with -Dusethreads. Here is how I build it:
./Configure -des -Dprefix=/home/stas/perl/5.8.1-ithread \ -Dusethreads -Doptimize='-g' -Duseshrplib -Dusedevel
It's important to test it asap, since 5.8.1 will be released any day now. ithreads env doesn't work with mod_perl 2.0 built with 5.8.0 (however will work once the ithreads package will be available from CPAN).
Thanks.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
