> Apache 2.0/worker and ModPerl2 work fine. I want to add Embeded Perl,
> just for fun.
>
> I am looking for (even broken) version that can do it. Is it the CVS
> branch Embperl2c?
>
Branch Embperl2c is the current branch and the one of today is the same as
Embperl 2.0b8.
2.0b8 will not run with threaded MPM, because Perl threads doesn't share
memory per default and Perl 5.6.1 isn't able to do it (at least not an easy
way). Perl 5.8.0 has some meachnismen to share variables accross threads,
but Embperl need some work to use it. There are only a few places, mainly in
cacheing code, because we want to use the cache by all threads. This work is
not yet done, so you will get a SegFault as soon as a second thread tries to
access something that is compiled by a first thread.
For now use prefork MPM with Embperl to get familar with Apache/mod_perl 2
and do development and as soon it is available you can switch to thread MPM.
BTW. RegEx are in threaded Perl are broken before 5.7.2/3
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]