tomwsf is on the right track. It is a netbios name resolution issue. There are a couple of things you can do to dramatically improve the performance
1. Enable Netbios - in TCP/IP properties, Advanced button, WINS tab, choose the middle selection "enable" versus the "default"
2. Create a master hosts file and copy it to all PC's. All you need in the host file is:
127.0.0.0 localhost
<ip add of PC1> PC1
<ip add of PC2> PC2
etc. Be sure save the file as hosts. and not hosts.txt (no file extension) and save it in \WINDOWS\system32\drivers\
After you copy the hosts file, open a DOS prompt and type:
C:> ipconfig /flushdns
Now you should see a dramatic improvement in performance.
Main Topics
Browse All Topics





by: tomwsfPosted on 2002-10-20 at 07:57:27ID: 7349536
This is because everytime you want to find a network share file, pc will send the broadcast packet to the whole lan and waiting for reply. This is the behaviour of micrsoft network. Because of lacking of master browser and WINS server, it needs time to browser the target computer and shared resoruces. The browsing servies is not so good in any windows product.
You can improve it by using static private ip address for each pc. You will have a few minutes wait for each computer to browse network resources. But the information will be cached in the pc for next time. That will improve the browsing time.