mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2003
Posts: 110
D
Vogon poet
OP Offline
Vogon poet
D
Joined: Oct 2003
Posts: 110
hello all,
i doubt this post will ever be considered but after checking the file access mirc does i've notitced it tends to massively access the file mirc.ini, and even though there is caching, and accesses are small and short this still puts a constant strain on the disk, and i believe it'd be better to move the file into ram and only access disk when there is write access. That's it!

Thanks,

DeathWolf

Joined: Dec 2002
Posts: 103
Vogon poet
Offline
Vogon poet
Joined: Dec 2002
Posts: 103
How did you determine mIRC was constantly re-reading the file from disk?

Joined: Oct 2003
Posts: 110
D
Vogon poet
OP Offline
Vogon poet
D
Joined: Oct 2003
Posts: 110
any disk access debugger tool will tell u a processes disk access
you can try filemon from sysinternals(or was it sysutils?) for example

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Most of the mirc.ini is infact cached in memory, which explains why when you edit the ini file during program runtime the settings do not change unless you restart mIRC, thus the ini file is re-read.

However, in cases like channels listing, mirc seems to read them a new.

Eamonn.


Link Copied to Clipboard