Results 1 to 3 of 3
  1. #1
    KoMiKo is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Posts
    12

    Network delay

    I am working on network application for specific competitions. There are two or more PCs connected in the same LAN, database is splitted.
    My idea is folowing: On one computer user will start competition (write to table "StartTime" and CompetitionON As Boolean = True ). Another one or more computers in the same LAN are reading "CompetitionON" value in loop and when there is True, it will read "StartTime" and fire stopwatch ( Now() - StartTime, finest resolution seconds is enough). Computers have synchronized Windows times to show the same time.



    Using DAO.Recordsets

    Everything is working, my only problem is delay about 2 to 4 seconds between write and start the stopwatch.

    Do you have any idea how to speed up this "reaction time"? Below one second it would be OK.

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    just a one off suggestion - reduce the time for your loop

  3. #3
    KoMiKo is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Posts
    12
    Quote Originally Posted by Ajax View Post
    just a one off suggestion - reduce the time for your loop
    This is not problem. I have simple test app to meassure delay with two forms (frmWrite, frmRead), where frmRead Me.TimerInterval = 100 (ms).

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 02-09-2015, 02:41 PM
  2. Replies: 4
    Last Post: 11-28-2014, 01:43 AM
  3. Sending Email with Delay
    By cbrsix in forum Programming
    Replies: 3
    Last Post: 08-06-2013, 08:08 AM
  4. Network DB
    By MBA80 in forum Database Design
    Replies: 1
    Last Post: 06-01-2012, 02:18 PM
  5. Delay in the result
    By markyboy in forum Forms
    Replies: 1
    Last Post: 05-25-2011, 09:19 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums