client-server
Wordnet::Similarity server: how to talk to it from Java?
I installed the WordnetSimilarity server on my Ubuntu. I launch it with the command: $ similarity_server.pl --logfile server.log[详细]
2023-04-13 04:06 分类:问答Server calls client (EJB)
In my project I have Business Logic implemented as EJB on Application Server and a desktop client - standalone application that calls those EJBs. Everything works fine when I have only one sided commu[详细]
2023-04-12 23:09 分类:问答Share data between C# server process and website
I have written a C# server which listens for Tcp connections. A client can connect to the s开发者_StackOverflow社区erver and send data, mostly filenames. The data that the server receives needs to be[详细]
2023-04-12 17:33 分类:问答Better solution for Client/Server Socket-System
I have a Server and clients(1000) which the server communicates in every sec. I am creating a single thread on the server for each Client.[详细]
2023-04-12 13:10 分类:问答Handle a WPF Exit Event
I was wondering if there was a way to handle a WPF Application Exit 开发者_运维百科event such that the exit was cancelled. The use case is that I have a client-server situation where the server is a W[详细]
2023-04-12 05:24 分类:问答Can I save images or load images from the client, instead of sending them every time?
I\'m using node.js and socket.io, and I\'m making a game. There are quite a few sprites I need to send to the client, so to lower the bandwidth I thought about storing the data on the clients computer[详细]
2023-04-12 02:19 分类:问答Confused about the HTTP protocol
I\'m a little confused about the HTTP protocol, from what i know HTTP was made for delivering web pages and primarily sending messages between a web server and a browser.[详细]
2023-04-11 23:07 分类:问答C# Server and Java Client
I\'m trying to write a small client server program. The Server is in C#, and the client is in Java. Here are the codes:[详细]
2023-04-11 22:04 分类:问答Linking two Threads in a Client-Server Socket program - Java
I create threads of class A and each sends a serialized object to a Server using ObjectOutputStream. The Server creates new Threads B for each socket connection (whenever a new A client connects)[详细]
2023-04-11 12:08 分类:问答With java multi-thread Server/Client, How to tell if client thread closed?
I am making a Server/Client program in Java. The server waits for a connection then makes a new thread for that connection. The server then goes back and listens for connections on other ports.[详细]
2023-04-11 11:58 分类:问答