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

  • Home
  • SEARCH
  • 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 7612625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:57:40+00:00 2026-05-31T01:57:40+00:00

I have a client that will connect to a server through a socket. After

  • 0

I have a client that will connect to a server through a socket. After connecting every event that happens on the server will be sent to all registered clients.

Every client should receive data related to the event.

I just need to implement the client…meaning I need to connect to the server and receive the events’ data.

I was thinking on doing something like:

this.socket = new Socket(InetAddress.getByName(host),
this.socket.connect(socket.getLocalSocketAddress(), SOCKET_TIMEOUT);

And then launch a thread which gets the InputStream of the socket in a while loop.

But I don’t know if this the best way to implement an event driven client through a socket.

Is it?

  • 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-31T01:57:41+00:00Added an answer on May 31, 2026 at 1:57 am

    This is often done by spawning a separate thread for the client that continuously makes blocking calls to read() from the stream – that way, as soon as data becomes available the read() call unblocks and can act on what it received (‘the event fires’), then it goes back to blocking waiting for the next event.

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

Sidebar

Related Questions

I have recently written a socket server in PHP that will be handling communication
We have a new client that we will be hosting content for. The client
I have a site that will require a login by the users. The client
I have created a Client/Server application with the IdTCPServer component. The clients connect and
I have a feeling that there must be client-server synchronization patterns out there. But
I have a client-server java application, where communication happens over SSL. Right now I
I have the unfortunate task of sending e-mail through a client that needs to
I have client application that uses WCF service to insert some data to backend
We have a client that has Oracle Standard , and a project that would
I have a client that is asking me to give them a listing of

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.