client-server
What types of methods are most suitable to exist as "static" in MVC?
What are best practices in defining access controls for methods in MVC pattern. I\'m uncertain where to use static methods in a scenario like an ATM (client-server model). I\'m using Java.[详细]
2023-04-05 22:44 分类:问答Protocol design for an application
I am writing an client server application. In this I will have to transfer packets of size 1024 bytes from the client to server. If the packet size is more it must divided into two packets. The server[详细]
2023-04-05 20:32 分类:问答Connecting C socket client to a C# socket server
im new to both C and C# language and i would appreciate anyhelp/feedback on the following issue. Basically, im trying to make a socket connection in different programming languages. the client side h[详细]
2023-04-05 11:30 分类:问答Thread-specific data
I have a client program as follows and I need to make it multithreaded i.e one thre开发者_如何学Pythonad per connection. But the variable sockfd is to be kept global to one thread. I understand to do[详细]
2023-04-04 13:15 分类:问答VB .net get the client connection params of the socket on server side
I want both the client and server to write and read resp. at a constant rate (which can be configured on the GUI of the client) to the buffer.[详细]
2023-04-04 08:23 分类:问答I am trying to make a simple chat program with c and sockets. When I run it after a couple of things it says program received signal EXC_BAD_ACCESS
printf(\"what is your name?\"); gets(send_name); strcpy(send_name2, strcat(\"You are connected to \", send_name));[详细]
2023-04-02 01:07 分类:问答"no cypher suites in common" java host and android client
I\'m trying to get SSL communication over TCP/IP, using SSLSockets.Once I get the SSLSocket and request the InputStream, I get the \"no cypher suites in common\" exception on the java (host) side, and[详细]
2023-04-01 10:57 分类:问答how to print on client printer from server using php
I want to print a pdf file(pdf file is on server) using php (php is also running on server) on clie开发者_开发知识库nt computer.[详细]
2023-03-31 22:34 分类:问答Communication options for client-server software system with heterogeneous clients
Our team is in the design phase of a client-server database software project.We\'re intending to develop a single database server system, probably using MySQL with a database interface/abstraction lay[详细]
2023-03-31 07:45 分类:问答How to design a multi-client/server application?
In a socket-based application (client/server), I want to make the server perform as a proxy(manager) to handle several clients, and to get the message from one client and send it to the client, identi[详细]
2023-03-31 03:40 分类:问答