Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sockets confusion!
#1
Hi there.

I'm getting myself very confused with sockets! I've done a bit with them, but nothing quite like this.

As mentioned in another post I have a server and 120 ish clients. I need to Send multiple requests for data from the server to all the clients, the clients need to churn some butter and reply to the server with the data.

So, which is the server? The server needs to open sockets to send the requests, the clients need the sockets open all the time to listen for the requests, then send data back, and the server needs to be listening all the time for the response from the clients.

So, I need two servers, and two clients? How does a person with a simple brain go about such a thing?!

Many thanks.
Reply
#2
Quote:As mentioned in another post I have a server and 120 ish clients
Please do not post multiple times! It's against the rules.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python sockets : Client sending to the server nico31780 0 2,348 May-17-2020, 07:56 PM
Last Post: nico31780
  Array of Listening Sockets abarnes 1 2,622 Sep-28-2017, 07:26 PM
Last Post: abarnes
  Checking connectivity for sockets in Python pikkip 1 3,053 Apr-27-2017, 05:02 PM
Last Post: Ofnuts
  My sockets are not working Ponomarenko Pavlo 2 4,134 Jan-23-2017, 04:24 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020