I\'m trying to get one side to send an error message to client, but client isn\'t able to parse it correctly.
In my object \' handler \' I have the following code: Product tempProduct; // temporary Product storage variable
In another question I was worried about using a web service that takes a five minutes to complete.I was thinking about using RMI instead of web services for this use case..
In my program I have a few structs and a char array that I want to send as a single entity over UDP. I am struggling to think of a good way to do this.
We have a client server application which we开发者_如何学Go are developing in .net. We want the server to push data to client. But the client is behind a router (like a home network setup). What are t
I got as开发者_C百科signed to work on some performance and random crashing issues of a multi-threaded java server. Even though threads and thread-safety are not really new topics for me, I found out d
Is there openly available headers which can be used to compile linux socket application(using socket/udp/ip headers). they should define s开发者_开发知识库tructures like sa_family_t,in_port_t
how can i communicate gmail pop server from开发者_如何学编程 flex i used pop.gmail.com and port =995 using Socket() class but it returns
I am writing an application which tests email addresses, for one part of this I need to send a small amount of data to an email address to validate it completely, I am currently using sockets to acomp
I am building an app which sends/recv large data to/from my remote FTP server. I want to implement FTP commands over SocketConnection. I have to first open the connection and then user and then passwo