On Fri, 5 Aug 2005, Plymouth Rock wrote:
Could you post a complete (but minimal) script that
illustrates the problem you're encountering? From what
you wrote above, I tried this Registry script:
Here is a simplest ithread-based perl-script I'd testing. At first, run it
just with Perl (or, it'
> Could you post a complete (but minimal) script that
> illustrates the problem you're encountering? From what
> you wrote above, I tried this Registry script:
>
Here is a simplest ithread-based perl-script I'd testing. At first, run it
just with Perl (or, it's desirable, on win32-platform with A
I'm not an expert on ithreads (Stas is the resident
guru on this), but from messages such as
http://marc.theaimsgroup.com/?l=apache-modperl&w=2&r=1&s=threads%3A%3Ashared&q=b
there's still issues with these, especially in a mod_perl
environment.
Try using this modperl2 branch and perl 5.8.7
On Wed, 3 Aug 2005, Plymouth Rock wrote:
I'd using ithreads on ActivePerl 5.8.7 and Apache/2.0.54 (Win32).
[ ... ]
A script was placed to C:/Program Files/Apache Group/Apache2/perl/
dir and running from MSIE as http://localhost/perl/myscript.pl with no
shebang!
Now the error.log says:
Sat Ju
On Wed, 3 Aug 2005, Plymouth Rock wrote:
I'd using ithreads on ActivePerl 5.8.7 and Apache/2.0.54
(Win32). All scripts with ithreads did working excellent.
Since I've installed mod_perl/2.0.1 with 'ppm install',
those scripts have ceased to work (there's an initial
HTML-table's dumping only).