Return-Path: Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 56581 invoked by uid 500); 20 May 2002 21:57:13 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 56570 invoked from network); 20 May 2002 21:57:13 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Mon, 20 May 2002 14:52:49 -0700 (PDT) From: Doug MacEachern To: Alessandro Forghieri cc: Subject: Re: Win32 threading In-Reply-To: <6474.193.70.125.2.1019061931.squirrel@www.ssl.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, 17 Apr 2002, Alessandro Forghieri wrote: > Greetings. > I guess this qualifies as dumb question however: > > i) will the interpreter feature work on Win32 AS perl? (-dUSEITHREADS) > [I guess no - the doc says it needs -DUSETHREADS] yes, AS implemented ithreads and enable it in all their builds. modperl would not let you build without ithreads on win32. > ii) if answer to (i) is no, I then will have to rebuild perl to profit > from the interpreter pool - is there a way (directive) to tell modperl > whichinterpreter it should run - other than the one it is found in its "PATH"? > > BTW, this feature (sepcifying the interpreter path from within httpd.conf) > would be interesting in its own right, given that modifying the > environment forservices is nowhere close to easy/convenient. the interpreter is embedded in the server, so this concept wouldn't apply. however, one very nice feature of win32 perl is that it relocates itself at runtime (adjusting @INC paths), you can simply configure LoadFile c:/fooperl/bin/perl58.dll and modperl will use that perl installation, provided it is binary compatible with the perl that was used to build modperl. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org