1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Saving files over the LAN... Win9x OK; WinXP Slow

Discussion in 'Networking (Hardware & Software)' started by PaulTZ, 2005/04/22.

Thread Status:
Not open for further replies.
  1. 2005/04/22
    PaulTZ

    PaulTZ Inactive Thread Starter

    Joined:
    2002/01/07
    Messages:
    8
    Likes Received:
    0
    Hello,
    I'm writing a client VB6 program that reads and writes data on a DB and, at the same time, some files in a directory of the server where the DB is.

    Reading data and files from server it's OK.

    Writing data to the DB it's OK.

    Writing files (in my case, three very small files) with a client running Win98 it's OK, but if the client is running WinXP or Win2000 there is a freezing lasting 1 to 2 minutes before the successfully writing.
    The server is also a WinXP.

    I think the problem is in some LAN configurations or tasks priority....
    Have you any ideas?

    Thank you very much! :)

    Paolo
     
  2. 2005/04/23
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,315
    Likes Received:
    252
    Speed up network (LAN) browsing in Win2K and XP
    Open the Registry Editor (REGEDIT.EXE)

    Rename the following registry entry:
    HKEY_LOCAL_MACHINE
    \Software
    \Microsoft
    \Windows
    \CurrentVersion
    \Explorer
    \RemoteComputer
    \Namespace
    \{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

    For example, you can rename it to:

    DISABLED {xxD6277990-4C6A-11CF-8D87-00AA0060F5BF}

    This change prevents the browsing computer from checking for scheduled tasks on the remote machine before connecting, which is apparently the reason for the slowness.

    You can check this Knowledge Base article for further reference:

    http://support.microsoft.com/?id=kb;en-us;Q245800
     

  3. to hide this advert.

  4. 2005/04/23
    PaulTZ

    PaulTZ Inactive Thread Starter

    Joined:
    2002/01/07
    Messages:
    8
    Likes Received:
    0
    Steve, Thank You for your help...

    Unfortunately I tried to rename and delete the registry entry in the client and in the server also, but things didn't change...

    The freezing it's about 40 seconds and in some few times it doubles...

    Any others ideas ??

    Thank You!

    Paolo
     
  5. 2005/04/24
    PaulTZ

    PaulTZ Inactive Thread Starter

    Joined:
    2002/01/07
    Messages:
    8
    Likes Received:
    0
    I solved the problem in a different way.

    I made my program compose the three file in the local drive, then move them to the server.
    This way there is no more freezing...

    It remains the curiosity for an explanation of this strange behaviour...

    Paolo
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.