On Mon, 2003-10-06 at 10:42, Todd wrote: > My application seemed slower with Resistry! Using curl to get more > accurate statistics I found Registry to be almost 2-3x slower than > PerlRun. > > ### BEGIN sample stats ### > [EMAIL PROTECTED] root]# date +%M.%S.%N; curl -b cookies.txt -c cookies.txt > http://usvwoaahs52:8080/serverdb/cgi-bin/devlist.pl > /dev/null; date +%M.%S.%N; > 29.41.134877000 > % Total % Received % Xferd Average Speed Time Curr. > Dload Upload Total Current Left Speed > 100 421 0 421 0 0 295 0 --:--:-- 0:00:01 --:--:-- 1042 > 29.42.581020000 > > [EMAIL PROTECTED] root]# date +%M.%S.%N; curl -b cookies.txt -c cookies.txt > http://usvwoaahs52:8080/serverdb/perl/devlist.pl > /dev/null; date +%M.%S.%N; > 29.53.880311000 > % Total % Received % Xferd Average Speed Time Curr. > Dload Upload Total Current Left Speed > 100 834k 0 834k 0 0 259k 0 --:--:-- 0:00:03 --:--:-- 379k > 29.57.111910000 > ### END sample stats ###
What happens if you reverse the order of these tests? And have you checked to see if they are returning identical output? Maybe one of them is broken. - Perrin