serversocket
Networking issue from java ServerSocket to iphone (only on 3g mode)
I am experiencing weird behavior: I have a server, based on a java ServerSocket that serves TCP request that are send from iPhone device.[详细]
2023-03-05 18:23 分类:问答Windows posix sockets performance
I am looking for information on Windows network programm开发者_C百科ing.Mainly how to get a single executable to cope with 1000 connections.[详细]
2023-03-04 22:43 分类:问答Close resources before exiting JFrame and TCP communication in Java
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.[详细]
2023-02-25 20:43 分类:问答Stopping a ServerSocket accept() loop thread
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.[详细]
2023-02-24 23:33 分类:问答Unsecured Bluetooth connection in Android
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[详细]
2023-02-23 13:44 分类:问答Socket communication of server with two different applications, Java
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 :[详细]
2023-02-22 19:37 分类:问答How to stop ServerSocket Thread correctly? Close Socket failed
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\'[详细]
2023-02-22 18:04 分类:问答ServerSocket constructor in laymans terms
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[详细]
2023-02-20 19:12 分类:问答Check number of connections in the queue of a server socket in Java
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[详细]
2023-02-19 19:53 分类:问答Java Server - Multiple ports?
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.[详细]
2023-02-13 04:38 分类:问答