I am experiencing weird behavior: I have a server, based on a java ServerSocket that serves TCP request that are send from iPhone device.
I am looking for information on Windows network programm开发者_C百科ing.Mainly how to get a single executable to cope with 1000 connections.
1. I\'m writing a chat based application on TCP communication. I\'m using NetBeans and I want to add functionality to the default EXIT_ON_CLOSE when exiting JFrame.
I\'m implementing a very basic API to have a better control over ServerSocket and Sockets, but I\'m in a very weird problem that I cannot fix due to my lack of threads knowledge. Let me explain it.
I have been challenged by a professor to develop a little Bluetooth Demo app on Android.I knew nothing about developping for Android until 2 weeks ago when he gave me that challenge.I\'m also quite ne
I am writing the code for a server that would help two different applications in different platforms communicate with each other. To visualize it a bit it would be something like this :
I know this has been discussed some times before, but I can\'t find an appropriate solution for my problem. I want to run a ServerSocket thread in the background, listening to the specified port. It\'
What would this 开发者_C百科statement do: ServerSocket ss=new ServerSocket(4646); Please explain in layman terms.The statement effectively tells the JVM to listen on port specified (4646) for incom
I have a Java program that creates a server socket and accepts connections from various clients. I am interested in finding out the number of connections that are in queue (waiting to be processed b
I\'m about to program a server but am wondering if what I have in mind is possible. My program will be outputting to multiple clients on multiple ports - each port can be accessed by multiple clients.