VOGONS

Common searches


Search results

Display options

Re: Slow load from network map ?

Ok, I used process monitor to identify what Dosbox does ... You can download process monitor at: http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx 1) Download and Run process monitor 2) Stop and Clear the capture 3) Open the attached log file Notes: As you can see it does QueryDirectory …

Re: Slow load from network map ?

Qbix: seriously ? I designed the LOG()() class so that they should be optimized out in release mode. At least that happened last time I checked the compiled code (compiled with mingw though) Yes, but a litlle bit ... Since it's around 1000 files it call LOG for each file ... (And i think you're …

Re: Slow load from network map ?

Speed up 1: There are some unnecessary "Log" functions left inside the drive_cache.cpp which aren't comment and produce slow down ... Actually if i comment all the LOG* functions improves the DosBox Speed! Maybe it's better to enable logging only on DEBUG mode. Keep looking ...

Re: Slow load from network map ?

Well, DosBox isn't made only for GAMES but for applications too. I have a custom Made DOS application which make this an ISSUE! (at least to me) ... It scan the directory files for information and when the files are located in the network DOSBOX delays but if i move them locally it's Super FAST! (I …

Slow load from network map ?

Hello, I map a network drive on windows, let's say x: -> \\server\share Then i load dosbox and mount the map drive to a dosbox drive, eg -> mount x: x:\ Now, everything on the X drive is slow ... even doing a dir causes a small 2 to 3 sec delay ... Any ideas where to look in the source code to try …

Page 1 of 1