2
votes
6answers
44 views
Java client/server application with sockets?
I'm writing a java package that will be called by another language (matlab). If my matlab process ends, I want the Java process to keep running. Whenever matlab starts again, it …
0
votes
2answers
21 views
Help required: zip files streaming
Hi all,
i have problem in sending zip file in network.. all other formats i am able to send except .zip..
i tried a lot i dont no how to do this.. the code i have written at clie …
0
votes
1answer
23 views
How to make a server send a processed data back to the invoking iPhone?
I am sorry if the title is unclear. Allow me to elaborate further.
Firstly, I have an application on an iPhone that will allow the user to upload a data to server. We simply use p …
0
votes
6answers
101 views
ASP vs. ASP.NET ( Thin client vs. thick client )
I'm troubled by this question for a long time now. I work in the little company in Eastern Europe. We work primarily for local clients, web apps, mostly b2b and b2c-s. Our internet …
0
votes
1answer
23 views
Client-Server Data Encryption and Protocol Design
Hello,
I'm writing a client-server application to be used in a computer lab and act as a service (without running as a service). I have a console application calling the native fu …
0
votes
3answers
39 views
How can I use a threadpool to process each connection in a new thread
I have a simple server that waits for a client to connect, reads the incoming stream, and sends a message back. What I would like to do is have every connection handled by a separ …
0
votes
2answers
15 views
Measure amount of data sent from the client to the server in aspx page
What is the most efficient and accurate way to determine how much data is sent to the server when an aspx page is submitted to the server (in MB)?
1
vote
2answers
28 views
.NET Client/Server Scaleability & Asynchronous I/O - Excess Thread Issues
I have a pretty simple question which perhaps someone familiar with Server/Client design & the Asynchronous I/O paradigm of .NET could answer quickly...
I'm writing a server-s …
1
vote
1answer
29 views
Server and client performing communication over UDP using message with multiple fields
I need to impleemnt a client and server that communcate messages that includes multiple fields like header, identification, ttl etc. Client needs to use resolv.conf to know about s …
3
votes
3answers
116 views
Howto take latency differences into consideration when verifying location differences with timestamps (anti-cheating)?
When you have a multiplayer game where the server is receiving movement (location) information from the client, you want to verify this information as an anti-cheating measure.
Th …
0
votes
1answer
26 views
Can I use the Advanced Message Queuing Protocol (AMQP)?
We develop system with client-server architecture. But in our case client must communicate with server in off-line file mode. Is it correct to use AMQP in this case?
0
votes
1answer
69 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 ne …
0
votes
2answers
81 views
How to solve state-stateless in a client-server application?
I've read some books on creating stateless websites, I've read some about stateful client applications, but a lot of complexity comes along when you have to combine both. We have a …
2
votes
5answers
109 views
Using TCP for real-time commands: Nagle arithmetic causes huge delays, what should I do?
I'm writing a socket server and flash game client. The game requires real-time commands such as movement and turning. It is important for these commands to be sent by the server to …
0
votes
2answers
71 views
Balance between fast and secure: time sensitive password encryption algorithm
I'm working on a client<>server multiplayer game. The authentication is done on the same server as all game logic etc. This means that my authentication password encryption algo …
