Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered wi开发者_高级运维th facts and citati
How can I Submit client side computer user\'s answers(to a multiple choice question) to the server using JAVA
I am currently learning about basic networking in java. I have been playing around with the server and client relationship between two of my computers.
I want to ask, why I cannot transfer file from server to client? When I start to send the file from server, the client side program has a problem.So, I spend some times to check the code, but I still
I have a legacy client server system where the server maintains a record of some data stored in a sqlite database. The data is related to monitoring access patterns of files stored on the server. The
I\'m working in a mail client project using C#. I\'m 开发者_运维知识库using both the POP and IMAP protocol to communicate with the server. The problem is than I can not figure out why when I want to g
At work, we have a client-server system where clients submit requests to a web server through HTTP. The server-side processing can sometimes take more than 60 seconds, which is the proxy timeout value
I\'ve been beginning a cl开发者_Go百科ient-server application. At first I naturally created two projects in Eclipse, two source control repositories, etc. But I\'m quickly seeing that there is a bit o
What are some open source client-server projects which might be best to look at and mimic their code organization style?
I\'m trying to illustrate the Nagle algorithm in a simple client-server program. But I can\'t quite figure it out, or get it to be printed to me clearly.