[OT] Which is the fastest XML/XSL engine?

2002-08-30 Thread mmaunder
Hi, This is rather off topic, but since I will be running this under mod_perl: What is the fastest technology available for transforming XML using XSL under perl/mod_perl on apache? The only perl api I'm aware of is XML::XSLT which is not particularly fast. I'd like to do transforms in

Re: [OT] Which is the fastest XML/XSL engine?

2002-08-30 Thread mmaunder
Thanks very much for your super fast replies. LibXSLT looks awesome. I found some benchmarks which you're probably aware of: http://iterx.org/essays/2002/02/22 Thanks again, Mark. On Fri, Aug 30, 2002 at 09:53:49AM +0100, Ben Ausden wrote: What is the fastest technology available for

Re: modifying @INC at startup and version of perl used

2002-08-29 Thread mmaunder
Jamie, Use the perl internal variables to figure out what version you're running under: $] and $^V Use these whether you're running perl or mod_perl. You might want to direct questions relating to perl in general to the perl beginners list. Please see perldoc perlvar for more details. ~mark.

$r-print() with slow clients and stop button

2002-08-28 Thread mmaunder
Hi, I've created a meta-search that prints out status messages to the browser as it receives responses from the servers it is searching by setting $|=1 and using $r-print. It runs as a mod_perl handler. I'm running apache 1.3.24 and mod_perl 1.26 on Linux. I'm finding that my web app has