Tagged Questions
0
votes
0answers
31 views
Sending Data to TCP Client gets Hanged after some interval
I have a program which makes a TCP Connection with multiple clients and stores the socket connection and client id in HashMap and sends the data to client by reading the data from UDP Socket.
please ...
-2
votes
1answer
40 views
Android send data via socket [closed]
I would like to send a simple date through tcp. I working with threads, but I dont know why but when i try to run my code that is stop imediatelly here is that. I have already set the permissons as ...
1
vote
1answer
56 views
Multiple request/response in socket programming
In multithreaded server which assigns new client to a new thread, I want to device a pattern which will handle multiple request/acknowledgment for a client.
Please see the operation sequence below ...
0
votes
2answers
92 views
Setting up a multi-client/server TCP connection in Java
I'm trying to create a multi-client/server application in Java. I'm having quite some issues because my threads seem to get entangled... Here's what I'm trying to do.
I have a Server-class that ...
0
votes
0answers
228 views
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data
I am writing ThreadPooled Web Server. But I found a very big problem, and my head is banging in trying to solve this problem. At the end I am unable to solve this. The problem is very strange.
When I ...
0
votes
1answer
60 views
Multithreading/IO Stream Issues in a Java TCP Chat Client
I have a (you guessed it) homework assignment in Java that has been driving me up the wall. I am making a chat client based on TCP that will eventually use Swing as a GUI, but right now I'm just ...
-3
votes
0answers
52 views
Multithread TCP Server-Client JAVA [closed]
I am currently working on a project where I have a multi thread TCP server and client connection. For now the server is sending an echo back to that particular client's input. I need to change that to ...
0
votes
0answers
48 views
TCP connection thread for reading and writing and receiving event messages in java
I'm new to Java and TCP in general.
I have the following scenario where I send a request to a tcp server and I receive a reply directly, then the server will send an unsolicited event message later. ...
0
votes
1answer
35 views
Multiprocessing with Python and Arguements
related to my last post (Which somehow got marked off and closed),
I wrote some code to create a thread for a command handler for my python TCP listener. What basically happens is that I send in some ...
2
votes
3answers
55 views
Efficient multiple tcp clients with intervals
I have been writing a command line program in C# that uses multiple tcp clients that all connect to the same server. Each client resides in it's own thread. At the moment I am trying to work out an ...
0
votes
1answer
52 views
Developing a Game Server [closed]
I am starting a project/game and I'm in charge of the backend weird stuff. I decided to make it in Python and receive data from the frontend where the user plays the game with a TCP connection. First, ...
0
votes
3answers
48 views
Can't update text box in UI from server thread
I trying to write a server program with UI on c#.
the server is called from background worker->saparated thread. In the server' i have to update the UI about what cient connected on what prot, and ...
0
votes
1answer
77 views
Calling method from loop in tcp server c#
I was writing a threaded tcp server and within this thread i wrote this:
private void HandleClientComm(object client)
{
TcpClient tcpClient = (TcpClient)client;
NetworkStream ...
0
votes
0answers
46 views
Deserialize stuck when Im trying to change the thread.sleep
So in my final project I need to do unit testing to a client server tcp and in one of the tests im trying to send from client #1 to #2 same amount of messages with different range of time between the ...
1
vote
2answers
60 views
I want to send a string from multithreaded server only the first time a client connected
i have developed a multithreaded server that is working good! but now i want to make it send for first time that a client connects a string and then continue with the same regular process recieving a ...
0
votes
2answers
298 views
Error TCP Client server chat program using thread java
I m making a tcp client server chat program. my server is made by thread and its code is as below:
System.out.println("Server binded at ...
0
votes
0answers
157 views
Issue with multi-threaded tcp/ip server when dealing with multiple clients
I'm having a bit of an issue with a multi-threaded TCP/IP server I'm writing in C. I need it to accept connections from multiple clients and the clients will input an integer which is added to a total ...
2
votes
1answer
146 views
android update imageview from outside UI thread
I'm trying to listen for a connection that sends a picture to my android then set this image to an image view.
the process should be done automatically to simulate a push content behavior.
this ...
-1
votes
2answers
118 views
Multithreading TCP server [closed]
The below code works but I am assuming this might not be very stable or there is a better way to create a multithreaded tcp server. It won't have an outrageous number of connections hitting it but it ...
2
votes
2answers
118 views
C# WPF application freezed over time
I have built a C# WPF application that has several background threads which are doing the following tasks:
several threads where each contains a TCP server running in a while loop and each of them ...
0
votes
2answers
69 views
Looping PC to Android Socket communication?
To start off, i am a complete newbie to Android, and Java... I am working on a robot and need to send it wireless commands. After trying several methods to do this and getting lots of errors and time ...
1
vote
1answer
304 views
TCP/IP client using Boost::asio
I'm trying to make a TCP/IP client using boost library. This is how I designed my program
->read thread to read from the server
->write thread to send commands
->a function that parses the read ...
1
vote
2answers
99 views
threads for tcp communication
My question is about usage of threads. Im making an application that connects to a device over TCP/IP. Im using boost::asio lib. I have decided to use a read or listening thread and a write thread for ...
0
votes
1answer
169 views
Delphi: DDE call from Indy TCPServer Thread
I try to connect to (Uni)DDE server from an Indy TCP Server thread.
From normal application I can connect, and can get/set any PLC variables.
But when I use same command from Indy thread (from ...
1
vote
1answer
247 views
Concurrent TCP server using threads
I'm trying to create a concurrent TCP server which accepts multiple(N connections) where N is known.(e.g.N=8) So I'm trying to create a prethreaded TCP server.
.....
...
-1
votes
1answer
68 views
Thread stopping after first use [closed]
I have the thread in a endless loop looking for the change in a string. When the change is found then pass the request to the client and gets the data back and passes it to a default label. Works ...
0
votes
1answer
518 views
Problems using single TCP/IP socket to send data from multiple concurrent threads
After browsing some other threads regarding my problem I think I've understood that I need to re-design my application. But just for clarification: I have a single TCP/IP connection between a client ...
0
votes
1answer
113 views
boost::asio::write does not seem to work while boost::asio::read is outstanding
I am using boost 1.52.0 32 bit libraries with OpenSSL 32 bit libraries with unmanaged Visual C++ 2008 for a new client I am writing to communicate with an existing server. My test machine uses ...
0
votes
2answers
229 views
java tcp server to many connections
I wrote a simple TCP server to transfare some user Data to it and save it in an simple MySQL table. If i now run more than 2000 clients after each other it stops working. While running i get some IO ...
0
votes
1answer
80 views
TCP/IP causing WinForm slow response
I have a C# WinForm running a TCP/IP server and a client. when clicking on a button, a TCP client is instantiated to transmit a message, then it is closed. the server captures the message, and show ...
2
votes
2answers
212 views
Identifying threads in game (TCP related also)
This is a school project, please do not provide any code, I am only looking for hints to guide me in the right direction.
Write and test a game server that clients subscribe to. Once subscribed, the ...
1
vote
1answer
131 views
how does mule threads work?
I have a tcp endpoint which send messages to a java component that calls a stored procedure in db and do some processing on the result and return it to the same tcp.
What I knew that every tcp request ...
0
votes
1answer
175 views
c tcp server with socket multiplexing: locking reader/writer sets when using select?
my server uses non-blocking socket multiplexing.
I want to use one thread for receiving incoming connections and handle input and another thread for sending data over sockets. It will look like that:
...
-1
votes
1answer
43 views
epoll issue: tunneling and multi-threading
I encounter this problem while trying to do TCP tunnelling between two threads.
Thread 1
listen at Port
accept
then add the sock after accept to epoll_ctl
while (1)
epoll_wait
read ...
1
vote
1answer
134 views
Using Java threads to add concurrency to a client for a single-threaded TCP socket server
I am making use of a third party FooClientImpl Java class, which implements the FooClient interface:
interface FooClient {
public FooOutput processFoo(FooInput inputData);
}
which processes ...
0
votes
2answers
80 views
multilevel threads takes time
I have created a module to transfer the data using multiple sockets using TCP client server communication. This transfers the file of 20MB in 10 secs.
Multiple sockets sends/receives the data in each ...
3
votes
2answers
214 views
How do I send a command to a single client instead of all of them?
I am writing a simple client/server chat program with Indy 10. My server (idtcpserver) sends a command to the client, and the client answers, but when more than one client is connected and the server ...
1
vote
0answers
150 views
TCP Scanner Python MultiThreaded
I'm trying to build a small tcp scanner for a netmask.
The code is as follow:
import socket,sys,re,struct
from socket import *
host = sys.argv[1]
def RunScanner(host):
s = socket(AF_INET, ...
1
vote
0answers
314 views
Java TCP sockets, sending and receiving objects in a thread
I'm a a beginner programmer, currently stuck on a java project. I have a fully working singleplayer minesweeper game, object-oriented, and I'm trying to implement a TCP multiplayer function. The game ...
-1
votes
1answer
302 views
C# Simple TCP Server Threading [closed]
I'm making a basic C# TCP Console Server that accepts connections from 2 different clients. After that the server needs to be able to receive messages from the two clients after they have connected, ...
1
vote
0answers
151 views
close socket from client so that asyncore server detects it
I am building a chat server client system. a socket is created at the client side to connect to the server listening at a port. The problem is when I try to close the socket from the client side, the ...
1
vote
0answers
253 views
Using ThreadPool to connect to multiple TCP servers simultaneously
Imports System.IO
Imports System.Threading
Imports System.Net.Sockets
Imports System.Text
Module Module1
<MTAThread()>
Sub Main()
Dim maxthreads As Integer = 10
...
3
votes
1answer
111 views
shutdown TCP thread server
I coded a little TCP thread Server, which creates a new thread for every server.accept(). Nearly everything works great, but I have problems to kill all threads per interrupt. (I use a ServiceExecutor ...
-1
votes
2answers
563 views
Simple Java Threaded TCP Server thread
/*main method*/
Server server = new Server(tcpPort);
new Thread(server).start();
try {
Thread.sleep(1000*60); /* 60 seconds*/
} catch (InterruptedException e) {
e.printStackTrace();
}
...
1
vote
1answer
262 views
Java TCP Multi-thread issue
My program works fine and many users can connect and send commands to the server.
But when a user spams the server with commands the server blocks out all other clients and the server doesn't receive ...
-1
votes
1answer
181 views
I am getting NULL or 0 in between data read from TCP Socket, What's wrong in my code?
I have written TCP listener in C# with the help of following links
http://www.codeproject.com/csharp/BasicTcpServer.asp
http://msdn.microsoft.com/en-us/library/fx6588te.aspx
Basically it uses
...
4
votes
1answer
454 views
C++ Multithreaded TCP Server Issue
I'm writing a simple TCP server. The model that I though of is the server accepting client connections in the main thread and handing them over to another thread so that server can listen for ...
0
votes
1answer
448 views
How to find out number of connected client to the server with their IP (detail) over TCP using a ServerSocket? [closed]
I have a server program is running on my PC. The server program using socket to connect to many clients. Is there anyway to find out which client with witch IP is connected to the server at any time? ...
0
votes
2answers
99 views
After starting a thread how could we keep the run function running? I have bunch of ideas but I'm not sure which is more professional?
In a Thread After calling the start() as you know it will call the run() function in the Runnable class. In the run() function I want the thread stays as long as it receive the "Bye" message from the ...
0
votes
2answers
241 views
String with thread in tcp client / server in C
I'm trying to develop an application in C to receive a message and send it in TCP. For that, I'm using a 2 threads : the server thread to listen and a client thread to send it.
Here the server and ...

