Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 958327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:50:47+00:00 2026-05-16T00:50:47+00:00

Scenario: 4 users launch separate instances of the same client program (Winforms) that is

  • 0

Scenario:

  • 4 users launch separate instances of the same client program (Winforms) that is connected to a database based To-Do list.
  • The first user selects the 3rd To-Do list item.

How do I update/refresh the other 3 users screens to reflect that item #3 is no longer available?

My thought was a table that contains the last update date-time stamp. Then a timer would check every few seconds to see if there have been any changes.

UPDATE1:

Thanks to all – there are definitely a number of valid answers.

I went with simpler version of the scenario that Icemanind recommended.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:50:48+00:00Added an answer on May 16, 2026 at 12:50 am

    Yes. The best way to do this is to implement a “push” type system. Here is how it would work. Whenever someone clicks something on the client end, the client would send a message to the server. The server would need to receive this signal and then the server would send out a refresh message to all clients connected to the server.

    I don’t know your client or server is coded, but you’ll want to create a thread on the server that “listens” for incoming messages from clients and once it receives a message, puts it into a queue, the returns to listening for more messages. A second thread on the server needs to process the messages in the queue.

    On the client side, you’ll also want a second thread that listens for incoming messages from the server. Once a message is received, it can process the message and take whatever action is necessary.

    A pretty decent tutorial on client/server and socket programming can be found here: http://www.codeproject.com/KB/IP/serversocket.aspx

    Of course, it is a guide. You will need to modify it as you see fit.

    Hope this makes sense and good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Scenario: I have users that want to be able to change their username (unfortunately
Im interested in a way one service activate users. The scenario is that I
Here's the scenario: You have a Windows server that users remotely connect to via
I'm not familiar on how forms work. Example Scenario Lets say users can create
The scenario is I want to get the users who has less than 2
The following scenario is given: /Collection1 (a number of users are subscribed to this
I'm having a problem in getting an array of a users ratings. The scenario
In my project there is a scenario that user will log in -> browse
Here's the scenario: Many users access an application (running on tomcat), the user's data
I have a scenario where users can upload an image, OR a video (from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.