Questions tagged [clients]
66 questions
0
votes
1 answer
Is it possible to send to n clients data at the same time using Tcp Sockets?
I am trying to set up a Socket server. I have managed to communicate with a client. What i am trying to do is to send the same responses more clients, lets say 2. Is this possible? Can anyone provide a hint?

dothedos
- 169
- 5
- 20
-1
votes
2 answers
Android Socket is showing "Connected" when a Client Request connection but "cant send messages"
So,It's like the title Say's i have created a Simple android Socket server and Client which Connects over Wifi. Both devices are on the same Wifi Network. The Server Shows the IP Address on which it host the connection....And in the client You have…

Nishant Tiwari
- 1
- 1
-1
votes
1 answer
What are the "native methods" of "transport client" in elastic search
Plz tell me--- Can we do Indexing and searching only using transport client (9300) or without using 9200 port at the endpoint? I check all documents but never see any native methods related only transport client. Help me to find out these methods.

maddy
- 248
- 1
- 5
- 16
-1
votes
1 answer
pros and cons of using serialization with java nio versus old socket programming model
I want to choose between using old socket programming model (one thread per socket) and new socket programming model which uses java.nio. When I read this article about non blocking socket architecture, I noticed that the architecture is based on…

amitakCs
- 355
- 9
- 25
-2
votes
1 answer
How do I deploy a project to multiple clients?
I am completely a beginner.
I am developing an ASP.NET application called College Management System. So how do I complete the architecture for this so that the application can be used by different colleges?
This application is going to be used by…

Karthik
- 112
- 8
-2
votes
1 answer
What am I doing wrong with sending information across sockets?
This is the code I'm using to send an ArrayList from the server to the client (or Visa-Versa). It's not working, but I'm unsure of why. The error thrown is SocketClosed. Interfacer is a class that allows the user to decide to be a server or the…

Dak31
- 82
- 8