J
j.t.w
Hi Everyone.
I have a form that retrieves and displays the image of a .tif file
inside of an image control.
strPath = "\\MyServer\Images\"
strFile = cboFilename
strDir = Dir(strPath & strFile)
I have a folder containing 10,000 .tif files (roughly 700MB total) on
our NT Server. Using Win 2000 machines it takes less than 2 seconds to
display the file. Using an XP machine, it takes about 25 seconds.
Could someone please tell me why displaying files using Windows 2000
Pro is so much quicker than with Windows XP Pro? Is there a way to
lessen the time for XP?
I do not think it is a networking problem because between the XP
workstations and the server, I have gigabit (1000 mbps) NIC's and a
gigabit switch. For the 2000 workstations, I only have 100 mbps NIC's.
If someone could help me with this problem, I'd appreciate it.
Thanks,
j.t.w
I have a form that retrieves and displays the image of a .tif file
inside of an image control.
strPath = "\\MyServer\Images\"
strFile = cboFilename
strDir = Dir(strPath & strFile)
I have a folder containing 10,000 .tif files (roughly 700MB total) on
our NT Server. Using Win 2000 machines it takes less than 2 seconds to
display the file. Using an XP machine, it takes about 25 seconds.
Could someone please tell me why displaying files using Windows 2000
Pro is so much quicker than with Windows XP Pro? Is there a way to
lessen the time for XP?
I do not think it is a networking problem because between the XP
workstations and the server, I have gigabit (1000 mbps) NIC's and a
gigabit switch. For the 2000 workstations, I only have 100 mbps NIC's.
If someone could help me with this problem, I'd appreciate it.
Thanks,
j.t.w