>> In windows vista my tests display bad results if we use DL_ALLOC,
>
>Can you tell some more about this? What does
>"bad results" mean? It'd be important to know about
>such problems before we settle with our default.
Hi Viktor, sorry for delay. I don´t have windows vista in my home, so
I was waiting to do another test in my office.

I did two posts here in the past, about this because I thought this
issue important.

In Windows Vista, my application doesn´t run smooth with dlalloc, it
pauses with a short delay in some circunstancies.

To reproduce this problem, run tests\memtst.prg. In last test with
standard bcc memory manager memtst run smooth and fast, but with
dlalloc it pause in each test.

---cut---
a := {}
for i := 1 to N_LOOPS
   aadd( a, {} )
   if i%1000 == 0
      ?? i
   endif
next
---cut---

With windowsXP both MM works fine.


Regards,

Toninho.

__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to