client-server
Android maximum UDP packet size
I can send a UDP packet of 15,750 bytes(15K bytes).When i send a packet beyond this limit from my Android client application i cant receive it at server.I cant receive even 1 byte of d开发者_C百科ata[详细]
2023-03-21 15:40 分类:问答Server - Client impletmentation using RMI over the Internet
I im开发者_JAVA百科plemented very basic RMI server client application. It works perfectly in LAN. It doesn\'t work over the Internet though. What are the things i should consider to make it work over[详细]
2023-03-21 01:08 分类:问答Two wcf servers vs a wcf server with callback
I have got two applications that need to communicate via WCF: Called A and B. A suppose to push values to B for storage/update[详细]
2023-03-21 00:13 分类:问答Java client/server architecture
I have some experience using JAVA EE 6 along with frameworks like Seam, I\'ve used glassfish and Jboss AS. I want to develop a couple of games now and they have a client/server architecture, but u开发[详细]
2023-03-20 22:55 分类:问答Timing user tasks with seconds precision
I\'m building a website where I need to time users\' tasks, show them the time as it elapses and keep track of how long it took them to complete the task. The timer should be precise by the second, an[详细]
2023-03-20 18:58 分类:问答What is the best way to implement a (relatively simple) multi-user online game?
I am trying to create a game for users to play online using their mobile phones, via an application, similar to Words With Friends, or other \"* With Friends\" games. Since I have no exp开发者_StackOv[详细]
2023-03-20 13:57 分类:问答BSD Sockets Invalid Argument at connection
I keep getting an invalid argument error when I try to connect the client to the server. A couple threads online said this can happen when addrlen is not right, but I tried changing it to a literal va[详细]
2023-03-20 05:38 分类:问答Is it Possible to select the ephemeral port number for any CLient Program in java
When any client program communicates with server client uses an ephemeral port number to communi开发者_如何学Gocate with the server on server port. Is there any way to control/Select the client epheme[详细]
2023-03-19 16:59 分类:问答Scrollable Pagination Client-servers
I h开发者_如何学编程ave a client screen display a big list data in a JTable. The client is Swing application. It requests the data from a remote server. The list data need to be displayed in scrollabl[详细]
2023-03-19 04:57 分类:问答Turn a pyqt application into a client-server application
I am developping an application using PyQt. I didn\'t plan in from the start but I would need to turn this application into a client-server application : centralize the code and have potentially many[详细]
2023-03-18 02:11 分类:问答