> while ($sth->fetchrow_arrayref)
>
> $Response->Write ("$login - $fio\n");
> }
does ist change anything, if you change the Embperl code to be more similar
to Apache::ASP?
[-
while ($sth->fetchrow_arrayref)
print OUT "$login - $fio\n";
}
-]
Do you generate any DEBUG output in the logfile? Writing to the logfile
slows down Embperl. Try setting EMBPERL_DEBUG to zero.
How many rows are displayed as result?
Embperl 1.2 is slightly slower then 1.1 due to the more of functionalty, but
from the tests I have made, I can't see such a huge difference. So I would
be interested to see, what's the reason for that difference.
I don't have compared Apache::ASP and Embperl, but I wonder why Embperl 1.2
should be so much slower then 1.1.
Gerald