im trying to send a unix command from a client to a server, wait for the server to execute it then return the result to the client.
I have computers connected in a wifi netwrok. One of them serves as a root(lets call it server), and is directly or indirectly connected to all other computers(lets call them clients). I want to send
I\'m building a WebSocket server in node.js. When a client has connected, I\'d like to send a message immediately to it.
I have lots of data to wrangle and I need some help. I have been using an excel file that has two worksheets of interest to me.They each produce a OLAP pivot table with the data I need to work with.
I am developing a server-client application with using J2ME. There I need the client program to access the server and view data. For doing this, I made an HTTP connection with the server. Now I want t
I am new to this concept so i need guidance that what will be best to use in following scenario. I have to make a desktop application that contains many features like parts Stock ,Employees Data,Comp
On an iPhone app (or mobile in general) that constantly needs to send requests to a Web Service, is it better to work with one single requests that will fetch a large amount of data or multiple (possi
Im currenty writing a network layer of an iPhone app and accompanying server. The iPhone app operates in both a host mode and guest mode, and also communicates with a server, for relaying messages ove
I have a question on how to implement a server and multiple clients with data communication. They share the same dataset for each step. That is, a s开发者_StackOverflow中文版erver gets the same step
I use Google GWT and RPC. On the Client side is the class SplitDatenhalter. This works OK: Vector <SplitDatenhalter> vec = new Vector<SplitDatenhalter>();