Re: Problems using IPC::Open3 & IPC::Run3

2003-07-05 Thread Donovan Allen
Found this somewhere back when this bug first appeared in mod_perl: # work-around for mod_perl my $tie_stdin = tied *STDIN; untie *STDIN if $tie_stdin; # insert open2() or open3() statement after the above Gerald, It is a mod_perl bug, but I would consider putting it in the FAQ.  Would pro

Re: Out of Memory

2003-07-05 Thread Donovan Allen
The out of memory problem occured because i'm not using $sth->finish ? Normaly this shouldn't be a problem. I guess there is somethingelse in your code that eats up memory... I change the parameter MaxRequestsPerChild of 0 to 100. It will resolve the problem or a have to change the code o

Re: Problems using IPC::Open3 & IPC::Run3

2003-07-07 Thread Donovan Allen
b> fix the tie code to handle all the common downstream STDIN uses c> or untie it if they are done with it so we don't have to guess, worry, and/or dig around for answers to potentially harmless concerns. Cheers, Donovan Allen Stefan Cars wrote: > Okey but shouldn't i ti

Re: What's going on with Embperl???

2003-09-17 Thread Donovan Allen
Neal Gamradt wrote: However, lately it appears that PHP is growing very quickly while I don't see huge levels of support for EmbPerl. I shudder at the idea of using PHP (from early experience it appears to be a dumbed down version of Perl) and will only do so when when EmbPerl is no longer be

Re: What's going on with Embperl???

2003-09-17 Thread Donovan Allen
Ruben Safir Secretary NYLXS wrote: I also have been concerned with Embperl over the last year or so and I have considered migrating to Mason or even PHP. I still use 1.x since it satisfies all that I have needed with the exception of speed (since Embperl is pretty much the slowest of the lot)

Re: What's going on with Embperl???

2003-09-17 Thread Donovan Allen
Ruben Safir Secretary NYLXS wrote: Yes - In my experience I had a JSP programmer test his code for a scheduling function against my code in EMBPerl and modules. After the first hit, I was much faster than he was. I've done similar things with PHP coders and even coded the PHP myslef. After the f

Re: What's going on with Embperl???

2003-09-17 Thread Donovan Allen
Ruben I Safir wrote: Like leaking memory large or just larger? Unfortunately, the latter, as you well know, is going to happen to some degree with any library cache technology. Just large. I've never had a memory leak in any Perl. I've had canversations with the Perl Developers and it

Re: memory usage

2003-12-18 Thread Donovan Allen
Hans de Groot wrote: I usally create pages that look like this: [* some perl here store all output in $ouput use http_headers_out followed with and exit() if I need to redirect. *] [+$output+] Unless you need the "local" scope of the [* *] blocks, you might try the [- -] instead and see if th

Win32 Embperl fails to run with libxml2.dll error

2006-01-23 Thread Donovan Allen
Wondering if Win32 build is working. Followed the directions on th Embperl website and no luck. Apache refused to start, popping up an error at the "PerlModule Embperl" directive, so I ran embpexec.bat, which popped up the same error in a windows dialog box. The error is: The procedure e

RE: Win32 Embperl fails to run with libxml2.dll error

2006-01-23 Thread Donovan Allen
og file is empty. So, it does seem like a dll mismatch. Any ideas where to go from here or have any dlls I can test? From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Mon 1/23/2006 8:24 PM To: Donovan Allen; embperl@perl.apache.org Subject: RE: Win32 Embperl fa

RE: Win32 Embperl fails to run with libxml2.dll error

2006-01-25 Thread Donovan Allen
e can take here. From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Tue 1/24/2006 10:37 AM To: Donovan Allen Subject: RE: Win32 Embperl fails to run with libxml2.dll error Please try the attached binaries and let me know if it works Gerald > -Original Message----- > From: Donovan

RE: Win32 Embperl fails to run with libxml2.dll error

2006-01-27 Thread Donovan Allen
Thanks Randy and Gerald. I appreciate the efforts here. From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Thu 1/26/2006 9:40 PM To: 'Randy Kobes' Cc: Donovan Allen; embperl@perl.apache.org Subject: RE: Win32 Embperl fails to run with libxml2.dll e

RE: Win32 Embperl fails to run with libxml2.dll error

2006-03-27 Thread Donovan Allen
: Gerald Richter Cc: Donovan Allen; embperl@perl.apache.org Subject: RE: Win32 Embperl fails to run with libxml2.dll error On Thu, 26 Jan 2006, Gerald Richter wrote: > Hi Randy, > > The Embperl-1 Package > (http://theoryx5.uwinnipeg.ca/ppms/x86/Embperl-1.tar.gz), seems to be a > lit

RE: Win32 Embperl fails to run with libxml2.dll error

2006-04-20 Thread Donovan Allen
Thanks a ton Randy & Gerald! Will give it a try this weekend I think. From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Thu 4/20/2006 9:50 PM To: Gerald Richter Cc: Donovan Allen; embperl@perl.apache.org Subject: RE: Win32 Embperl fails to run with libxml2

RE: Win32 Embperl fails to run with libxml2.dll error

2006-04-25 Thread Donovan Allen
nd see what happens with embpexec vs libxml2.dll. As we go into Round 3, we have libxml ahead by 2, Win32-Embperl =0. Stay tuned after these messages from our sponsors... From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Thu 4/20/2006 10:04 PM To: '

RE: Using Catalyst to revitalize Embperl

2007-08-19 Thread Donovan Allen
I use Embperl just about everyday. Anything that would make it more popular and thus increase the overall attention, use, and dev of Embperl would be welcome in my opinion. I have not used catalyst, having built my own web app framework for Embperl over the years. I would love to toss my fram