client-server Questions
2
Solved
I initially implemented an async task in my activity which sends data to the server. But when i changed activities the connection was lost. To avoid this my approach was to implement a service that...
Pharyngoscope asked 20/2, 2013 at 17:5
3
Solved
I am developing a Client-Server application using C#. Basically the server is a SQL server and the clients are developed in C#. What I would like to know is the best way (if any) to limit the numbe...
Arty asked 21/12, 2012 at 12:46
2
I've a client server architecture implemented in C++ with blocking sockets under Windows 7. Everything is running well up to a certain level of load. If there are a couple of clients (e.g. > 4) rec...
Fawcette asked 23/3, 2011 at 6:7
2
Solved
I am trying to learn a little about socket programming and I have stumbled across TcpListener and TcpClient to use as I read they are slightly easier for beginners.
The basic jist of what I want to...
Oculo asked 12/2, 2013 at 17:38
2
Solved
I need to write a client-server application in C++ using ZeroMQ push-pull socket pattern. The client has to make RPC calls to the functions specified in the server interface. I wonder if there is a...
Selfinterest asked 12/2, 2013 at 10:25
1
Solved
We have HTTP server , for which we have HTTP client based application (on Linux) working fine.
But now we need to listen on Unix domain sockets from our client application.
So is it possible to ...
Chintz asked 8/2, 2013 at 11:6
2
Solved
I am part of a project that is starting up that will have a client executable and a server executable. We are using git to help keep our team updated with code and this is the first time for many o...
Outward asked 6/2, 2013 at 20:1
1
Solved
I have a weird question.
I have written a winform server application and a winform client application.
The role of the client is to send commands for running a certain script to the server.
The ser...
Bugloss asked 5/2, 2013 at 8:7
3
Solved
I was wondering if it is possible to have a RESTful web service and a bidirectional communication with the clients and server.
In my case the state on the server can change, so the server should s...
Immedicable asked 14/9, 2010 at 7:7
1
Solved
I've been fussing with this dilemma for a while now and I thought I'd approach SO.
A bit of background on my scenario:
I have Playlists which contain 0 or more PlaylistItem children.
Playlists a...
Blabbermouth asked 30/1, 2013 at 20:54
2
Solved
This is more of a conceptual question not necessarily bound to any specific technologies.
Lets say you got some database on a server, some REST/JSON API to access content in that database and some ...
Importunate asked 18/1, 2013 at 9:46
1
Solved
I am working on a client/server application. I have ready many articles for this and found a very common statement that "Creation/deletion of socket is very expensive process in terms of using syst...
Galah asked 27/12, 2012 at 9:2
1
Solved
I created a multithreaded client-server chat application and want to test my application with multiple clients. I'm planning to create a simulator in client side which create a random port and IP. ...
Centuple asked 17/12, 2012 at 11:50
2
Solved
Is is possible to get the EXIF information of an image remotely and with only downloading the EXIF data?
From what I can understand about EXIF bytes in image files, the EXIF data is in the first f...
Swain asked 13/12, 2012 at 14:8
1
Solved
In short
Is it possible set up an R-Server that can handle/dispatch multiple client requests in an asynchronous way?
I guess I'm looking for some sort of socket communication. Or is there someth...
Various asked 11/12, 2012 at 16:4
1
Solved
I obtain a HTTPCookie, but need a Net.Cookie. Are they just something you can recast, or how would i go about it?
Pasquil asked 26/10, 2012 at 19:19
2
Solved
I have server objects that have corresponding client objects. The data to be kept in sync is inside the server object's key/value dictionary. To keep the client objects in sync with the sever objec...
Hysterogenic asked 22/10, 2012 at 11:9
2
Solved
I'm writing a client-server app with Python. The idea is to have a main server and thousands of clients that will connect with it. The server will send randomly small files to the clients to be pro...
Twoup asked 13/10, 2012 at 22:36
1
Solved
i will provide you with my question clearly so you can answer me
I have a client-server (socket) connection that i secured using SslStream and as i know using ssl makes me sure that my client will...
Babble asked 15/9, 2012 at 20:36
1
Solved
Requirement: I want to control my android phone through my laptop using WI-Fi. For this I need to run a web server and a "customized" web app that runs on the android phone over a particular port a...
Unquestioned asked 11/8, 2012 at 13:46
3
Solved
Suppose I have a server application - the connection is over TCP, using UNIX sockets.
The connection is asynchronous - in other words, clients' and servers' sockets are non-blocking.
Suppose the...
Seraglio asked 9/8, 2012 at 18:34
6
Solved
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.
...
Dispread asked 21/1, 2011 at 17:53
9
I'm running in to an error when I try to run my server application from Eclipse. The error is java.net.BindException: Permission denied. I think this is because I am using port 443 to set up an SSL...
Fondness asked 5/4, 2010 at 18:39
0
I am to send a song file to server through HttpPost. Currently I am using this code to send data to server
HttpPost postRequest = new HttpPost();
try {
List<NameValuePair> nameValuePairs...
Duckett asked 22/7, 2012 at 7:23
5
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...
Aforementioned asked 7/11, 2008 at 11:35
© 2022 - 2024 — McMap. All rights reserved.