I am trying to make a C++ library used by one of my classes work on both Windows and Linux (it was designed for Linux). The code for it is here (it\'s not large). I am compiling with MinGW on Windows
I have a server, that is developed using JAVA (netbeans), and a client开发者_StackOverflow中文版 which is an ANDROID device, I have a very simple database in mysql which runs on the server, all I want
I like to write a server program with two threads, one thread for accepting requests and queuing them. Second one, worker thread, for processing them (I have not written this yet). Here is the pseudo
I have a problem that I see for the first time ever, I\'m using java DatagramSocket (s) for sending and receiving data in my app.
I\'m using TCP over an unreliable mobile data connection, which may drop packets due to interference or whatever may be going wrong with the signal strength.
I want to transfer some database data through a TCP socket. The data is formatted to JSON. Since the database size might grow, I\'m afraid that the String object maximum size will not be enough to st
I have created a flex app that uses sockets. I published the flex app in a web application that runs on glassfish server.
I am having trouble connecting to the apple apns from my production machine, its a vps hosting. I asked the hosting technical assistance and they said that they do not block outgoing connections on
I am trying to create a simple socket server using the new concurrent.futures classes. I can get it to work fine with ThreadPoolExecutor but it just hangs when I use ProcessPoolExecutor and I can\'t u
Im trying to debug an app, not server related yet, with the new version of the FB, the one that comes with Zend in it.