Jump to content

David Heffernan

Members
  • Content Count

    3711
  • Joined

  • Last visited

  • Days Won

    185

Posts posted by David Heffernan


  1. 47 minutes ago, Lajos Juhász said:

    First step is to create a backup of the original dproj.

    This isn't going to be necessary because it will be under revision control

    • Haha 1

  2. 13 hours ago, DelphiUdIT said:

    Like I wrote, I don't use swap file and I don't have any issues, except the performance (little loss). May be, with Windows 11 that is not a problem, but the software works perfectly in this way: next time that I'll refactor it I'll try to retest all.

    If you aren't using a swap file, where do those pages go when removed from the working set? I mean, these are pages allocated by your process. 

     

    My best guess is that you did a benchmarking exercise that reached an incorrect conclusion and then you have continued using this function erroneously. 


  3. 10 hours ago, DelphiUdIT said:

    Yes, you're right. There is a little latency (in my application measured in 10 milliseconds near) when the program start again to works and use (allocate) memory.
    But whit this, I can maintain the memory free, especially when a lot of gigabytes are used.

    This just makes your program slower though. Forcing the pages out of memory and onto disk before other programs need that memory takes time and can only lead to performance reduction. 

     

    You may as well open the computer up and remove some memory sticks! 


  4. 1 hour ago, Die Holländer said:

    Ahh, a typical reaction that started in that time..

     

    My Commodore 64 is much better.

    My Apple is much better than your Windows

    My Iphone is much better than you Android phone.

    My Javascript language is much better than ...

    Well, the Speccie and the 64 did have better games. The 64 had epic sound. The beeb was more used for hobbyist coding then the other computers of that age. And the beeb did have by far the best programming language of these. There were real differences. 


  5. 10 hours ago, msi1393 said:

    I did this but it didn't work

    We still don't know anything about your dll. When I said that nobody can give you any step by step guides without knowledge of what the dll is, I stand by that. I mean, we could write you lots of hypotheticals. You've got one above. But how about you put some effort in and find out what this dll offers. 

×