The client-server model is a centralized model, in which a server performs a specialized service (such as HTTP, SMTP, etc.) for multiple clients on request.
75
votes
1answer
3k views
SOAP server and client application VCL+indy demo for Delphi XE?
Delphi used to include a demos folder for web Services, but no longer seems to include this.
I just tried the Delphi 7 demo projects (SOAPDMServerWAD, a server with almost no UI at all, and ...
21
votes
3answers
5k views
Client-server synchronization pattern / algorithm?
I have a feeling that there must be client-server synchronization patterns out there. But i totally failed to google up one.
Situation is quite simple - server is the central node, that multiple ...
12
votes
4answers
3k views
Socket.IO Client Library in Python
Can anyone recommend a Socket.IO client library for Python?
I've had a look around, but the only ones I can find are either server implementations, or depend on a framework such as Twisted.
I need a ...
12
votes
5answers
2k views
How does the Half-Life 2 multiplayer protocol work?
I was wondering how the Half-Life 2 multiplayer protocol works in mods like Counter-Strike: Source or Day Of Defeat: Source. I believe that they use some kind of obfuscation and proprietary ...
10
votes
5answers
965 views
Many threads or as few threads as possible?
As a side project I'm currently writing a server for an age-old game I used to play. I'm trying to make the server as loosely coupled as possible, but I am wondering what would be a good design ...
10
votes
4answers
6k views
Multi-client, async sockets in c#, best practices?
I am trying to gain a better understanding of tcp/ip sockets in c#, as i want to challenge myself to see if i can create a working MMO infrastructure (game world, map, players, etc) purely for ...
9
votes
1answer
367 views
Node.js and client sharing the same scripts
One of the theoretical benefits from working with Node.js is the possibility to share the same scripts between clients and the server. That would make it possible to degrade the same functionality to ...
9
votes
2answers
2k views
How do multiple clients connect simultaneously to one port, say 80, on a server?
I understand the basics of how ports work. However, what I don't get is how multiple clients can simultaneously connect to say port 80. I know each client has a unique (for their machine) port. Does ...
9
votes
4answers
2k views
What is the best way for a client app to find a server on a local network in C#?
The client connects to the server using GenuineChannels (we are considering switching to DotNetRemoting). What I mean by find is obtain the IP and port number of a server to connect to.
It seems ...
8
votes
2answers
2k views
struct sockaddr_un v/s sockaddr - C(Linux)
How is struct sockaddr different from struct sockaddr_un ?
I know that we use these structures in client-server modules,for binding the socket to the socket address.And we use a cast operator for it ...
8
votes
2answers
386 views
WinForms to WPF - How do we get there from here?
Is there a practical way for us to slowly evolve a WinForms application to WPF without creating a support nightmare for ourselves with strange interop scenarios?
Background info:
We have a large ...
8
votes
6answers
1k views
javascript library for client side storage with server side sync
I'm looking for a javascript library that will let me store data in a client side database and in the back ground automatically sync the database back to the server's database
preferable something ...
8
votes
1answer
2k views
Monitor.Wait/Pulse race condition in a multithreaded server
I'm having a problem with interlocked Monitor.Wait and Monitor.Pulse in a multi-threaded TCP server. To demonstrate my issues, here is my server code:
public class Server
{
TcpListener listener;
...
8
votes
5answers
4k views
Cocoa client/server application
Is there a way in Cocoa that is currently considered best practice for creating a multi-tier or client server application?
I'm an experienced web developer and I really love Python. I'm new to Cocoa ...
7
votes
3answers
133 views
Client-server game in Java with applets
I have to implement a simple tour client-server game in Java. Unfortunately, I'm just beginning with network programming and have some problems with choosing an apropriate solution.
Let's assume I'm ...
7
votes
4answers
291 views
Safest way to update game score from client to server database? Javascript
So I have this game that is completely run on the client. No server interaction what so ever apart from downloading the initial scripts to play the game. Anyway at the end of the game I would like for ...
7
votes
1answer
508 views
Synchronizing client-server databases
I'm looking for some general strategies for synchronizing data on a central server with client applications that are not always online.
In my particular case, I have an android phone application with ...
7
votes
4answers
610 views
WCF communication with several clients without IIS
Hey,
we're working on a peer to peer comm software that would allow a number of grocery stores to sync their inventory with what we call "headquarters".
To so this, we're thinking WCF+WPF, and no IIS ...
7
votes
1answer
10k views
Options for Client Server Communication in Android
I'm currently in the research phase of my dissertation project.
My project is a ticket booking system for a mobile device and I have chosen to target Android.
I anticipate the need for a ...
7
votes
3answers
720 views
One complex query vs Multiple simple queries
What is actually better? Having classes with complex queries responsible to load for instance nested objects? Or classes with simple queries responsible to load simple objects?
With complex queries ...
7
votes
7answers
2k views
MMORPG protocol encryption
Anyone know what the trend is with MMORPG developers encryption their client/server protocols these days?
The pro's and con's are as follows.
Encrypting protocol:
protects trade secrets regarding ...
7
votes
11answers
2k views
What is the best way to implement a cross-platform, multi-threaded server in C/C++?
Part of the development team I work with has been given the challenge of writing a server for integration with our product. We have some low-level sensor devices that provide a C SDK, and we want to ...
7
votes
4answers
3k views
How should I stress test / load test a client server application?
I develop a client-server style, database based system and I need to devise a way to stress / load test the system. Customers inevitably want to know such things as:
• How many clients can a server ...
6
votes
2answers
130 views
32bit - 64bit interprocess communication
I am tasked with implemented an xml editor based on Win32 as a frontend process, while the business logic will be handled via a 64bit process. In addition the communication between the two processes ...
6
votes
6answers
406 views
Indy TCP Client/Server with the client acting as a server
How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario:
Client ---------- initate connection -----------> Server
...
Client <---------------command------------------- ...
6
votes
1answer
291 views
How to Generate Network Packets with C/C++
I want to generate a network packet to send over (for example) port 123 to an NTP server so I can receive and parse the returned packet. The goal is to better understand how packets are generated, ...
6
votes
3answers
584 views
Code examples for simple game servers
I'd like to build an iPhone game for the Game Center and am currently researching the server part of it all. I learn best by example and I'm having a hard time finding any examples of simple game ...
6
votes
5answers
278 views
Pushing messages to clients from a server-side application?
I have a javascript-based client that is currently polling a .NET web service for new content. While polling works...I'm not happy with this approach because I'm using system resources and creating ...
6
votes
5answers
203 views
Limit the number of rows returned on the server side (forced limit)
So we have a piece of software which has a poorly written SQL statement which is causing every row from a table to be returned. There are several million rows in the table so this is causing serious ...
6
votes
5answers
2k views
How to make my Java Swing application a Client-Server application?
I have made a Java Swing application. Now I would like to make it a Client-Server application. All clients should be notified when data on the server is changed, so I'm not looking for a Web Service. ...
6
votes
4answers
5k views
Cloud computing over Client-server: differences, cons and pros?
As far as I know, Cloud computing might be a evolution in software architect, and it will replace some current architectures, such as client-server.
These two architecture seem to share similarities ...
6
votes
3answers
2k views
SQLite for client-server
I've seen a couple of SQLite performance questions here on Stackoverflow, but the focus was on websites, and I'm considering using this DB in a client-server scenario:
I expect 1-10 clients for one ...
6
votes
6answers
343 views
What qualifies as maintenance vs. adding new features?
Where should the line be drawn between maintenance and new features?
The Oxford English Dictionary defines maintenance as:
(7.a) The action of keeping something in working order, in repair, etc.; ...
6
votes
4answers
6k views
Using POSIX message queues instead of TCP sockets - how to establish “connection”?
I have client and server programs which now communicate via TCP. I'm trying out using POSIX message queues instead (in cases where the client and server are on the same machine, of course). My hope ...
6
votes
8answers
585 views
Remoting performance degrades over the time
I'm working on a client-server solution that uses .NET 2.0 Remoting (server activation, binary formatting over TCP channel, Vista Ultimate) for communication purposes. Currently I'm profiling the ...
6
votes
5answers
1k views
Does anyone have database, programming language/framework suggestions for a GUI point of sale system?
Our company has a point of sale system with many extras, such as ordering and receiving functionality, sales and order history etc. Our main issue is that the system was not designed properly from the ...
5
votes
5answers
150 views
Investigating solutions for notifying WPF clients from server
I have a project coming up with the requirement to notify WPF desktop clients when something happens on the server. Additionally, the notification to the WPF clients will not be broadcasted (sent to ...
5
votes
3answers
277 views
How to prevent SIGPIPE or prevent the server from ending?
A quite standard C++ TCP server program using pthreads, bind, listen and accept. I have the scenario that the server ends (read: crashes) when I kill a connected client.
The reason for the crash is ...
5
votes
2answers
100 views
Which Client - Server Communication Approach?
Basically I need a bidirectional client-server communication (Java) where the client calls methods on the server, but also needs to get "callbacks" if certain events in the server occur.
The methods ...
5
votes
2answers
232 views
Java Socket Bug: Reading Strings from Socket's InputStream
I'm using a Socket to communicate with a ServerSocket. Strings are being sent from the server to my Socket. Each distinct line is a message that, when parsed, contains information. To read these lines ...
5
votes
1answer
599 views
Java UDP communication applet to UDP Server
I've been working on different ways to do this for 2 full coding days, i need some help:
I want to create a multiplayer game in java online. To do this i need communication between the server and the ...
5
votes
1answer
153 views
Move cursor more smoothly (remote app)
I am writing Android remote app. When I touch and move on Android app, the cursor on server machine moves too but it delays for about a second.
My app simply are two threads: client sends ...
5
votes
3answers
622 views
Synchronizing Client-Server game state
I am making a client server MMO style game. So far I have the framework set up so that the server and clients interact with each other in order to provide state updates. The server maintains the game ...
5
votes
1answer
358 views
Making offline database application on WP7 - find the right way
I need to build an offline database application on WP7.
App is simple - it's about making orders from our clients, then translate it to main server (MS SQL).
Spend a days read about existing ...
5
votes
4answers
201 views
JS library that provides simple utilities for browsers and the nodejs environment?
I'm looking for a javascript library that attempts to provide the same simple utilities in both the browser environment AND nodejs (iteration, mapping, maybe control-flow) so that code can more easily ...
5
votes
6answers
563 views
Which Delphi technology to use?
I have a Client/Server application written Delphi. Essentially all the application is doing is transferring xml data streams between a server application and connected clients. I am currently using ...
5
votes
3answers
282 views
Does anybody still use Client Server Architecture
I have been writing software for several decades now and these days everything is web.
Before the web we had Client Server apps that were basically thick client applications that spoke directly to the ...
5
votes
3answers
281 views
Should client-server code be written in one “project” or two?
I've been beginning a client-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 of shared code ...
5
votes
3answers
682 views
Tracking the death of a child process
How could I track down the death of a child process without making the parent process wait until the child process got killed?
I am trying a client-server scenario where the server accepts the ...
5
votes
6answers
922 views
Creating a socket restricted to localhost connections only
I have a python program with many threads. I was thinking of creating a socket, bind it to localhost, and have the threads read/write to this central location. However I do not want this socket open ...