> > 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";
>   }
> -]
>

Ok, I changed to this variant - results leaves the same.

> Do you generate any DEBUG output in the logfile? Writing to the logfile
> slows down Embperl. Try setting EMBPERL_DEBUG to zero.

No, no Debug in ASP and Embperl

>
> How many rows are displayed as result?

13

>
> 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.

Your still have permissons to logon on machine.

>
> I don't have compared Apache::ASP and Embperl, but I wonder why Embperl
1.2
> should be so much slower then 1.1.

When I told that ASP slower than Embperl - Joshua Chamas said that he know
it, but was surprised by huge difference, he tuned the ASP, I upgraded
Embperl to 1.2b9 and results interchanges.
----------------------------------------------
Sergey Polyakov (BeerBong)
Chief of Web Lab (http://www.mustdie.ru/~beerbong)



Reply via email to