File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes Multithread-call center support Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Multithread-call center support" Watch "Multithread-call center support" New topic
Author

Multithread-call center support

Hamzah khammash
Greenhorn

Joined: Jan 05, 2012
Posts: 15

Hello ,
I am creating simple multithread call center application server received messages from clients with there IDs and response for each one independently i mean when server is send message to client1 client2 connot see it and same to client 2 ,my problem is when i send or received messages it not sent directly it wait until all clients and server to send then it do send and receive process i will put the code of server , client code didn't contain anything special

server thread code :
 
 
subject: Multithread-call center support
 
Threads others viewed
Client-Server Problem
not able to connect...
client / server (communication problem...)
Dynamic IP address and socket programming.
two server and many client....
IntelliJ Java IDE