On Fri, 03 Oct 2008, Enrico Maria Giordano wrote:

Hi Enrico,

> Apart from the already reported problem with FWH, I noticed a speed boost 
> of about 20% using last SNV versions in a sample like this:
> REQUEST DBFCDX
> FUNCTION MAIN()
>    LOCAL nSec
>    LOCAL cCli
>    RDDSETDEFAULT( "DBFCDX" )
>    USE E:\EMAGFW\GESR\CORSE
>    nSec = SECONDS()
>    WHILE !EOF()
>        cCli = FIELD -> cliente
>        SKIP
>    ENDDO
>    ? SECONDS() - nSec
>    CLOSE
>    RETURN NIL
> What could be the reason?

Side effect of MT modifications. On some platforms one system call was
eliminated to avoid race condition and it increased the performance also
in ST mode. I expected that sth like that can happen but haven't time
to make tests. Thanks for confirmation.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to