Let me present my situation. I have a lot of data in bytes stored in files on server. I am writing and reading this files using AIO t开发者_运维问答hat is coming in JDK7. Thus, I am using ByteBuffer(
I\'m hoping I haven\'t missed something stupid.I am working on an application that communicates between a number of hand-held window\'s mobile computers and a central server.The current architecture o
Good day to all. I need to do this: When user X press a button user Y sees a photo. Before that user Y sees nothing.
I am pretty new to Objective-C and want to write an iPhone app. The iPhone app should send the device-ID to a server when it is started the first time,
I need to interface my application (Delphi+MS SQL Server: D from now on) with another application (c#+SQL Server: C from now on).
I\'m designing a simple way to communicate between iframes, and I am getting an odd XSS error, even though Both URLs have the save domain.
We intend to design a system with three \"tiers\". HQ, with a single server lots of \"nodes\" on a regional basis
Is it possible to set the baud rate for Macs in a terminal? If yes, how to set the baud rate in terminal through the terminal?
I would like to create a simple application for communicate between two Android phones. I would like for the application to connect to the internet, before sending a simple message to a database on i
I am trying to put together a basic Java proof-of-concept to have a server (which will most likely just be a Windows or Linux laptop) that can send messages to a number of WIFI-connected android devic