i have a client-server app and i wish to know how can i find out if my client is alive or not ? I was thinking of sending a package from my client especially for this every (lets say) 1 minute and if
I am developing a Spring (Java framework for server-side web-development)web application, which will respond to another client-side Java application(which uses socket communication) by a JSON object.
Recently I was designing a simple ftp. When a client connects to server, server create a special Socket for this connection:
I am building a simple client-server program , I have in main : FTPClient ftp = new FTPClient(\"www.kernel.org\");
Assume a distributed communication system where client and server communicate via a stateless channel.
This question already has answers 开发者_运维知识库here: Closed 12 years ago. Possible Duplicate:
Background We have worker processes that read “jobs” from a table in SqlServer then write the results back to other tables.One or more machines run one or more worker processes.
I am going to build a client-server application. The client here is an iPad (or an android-based) tablet. The server is a normal pc. Both the clients and the server are connected to the same n开发者_J
Our application is a Windows client (C++/MFC migrating to C#) that uses SQL Server Express as its data store.We release regular updates to the data the application works with. (Our users use the conte
I\'ve got a slightly odd requirement that I\'m not sure how to properly articulate. I essentially want to prioritise the most recent requests to an ASP.Net handler. I\'m not sure if this should be cl