client-server Questions
1
Solved
I tried to make a server client with hole-punching protocole .
So I send to my server my client IP and client Port,
And when a second User is connected the server send to both client the Ip and por...
Dulse asked 18/6, 2012 at 8:31
3
First of all, I have a conceptual question, Does the word "distributed" only mean that the application is run on multiple machines? or there are other ways where an application can be considered di...
Jambalaya asked 4/7, 2012 at 21:2
3
Solved
Can JavaScript interact with a database that lives on a different server?
I.e. there are three computers involved
A server : which gives an HTML page with JavaScript to
A client : which runs tha...
Gelid asked 4/7, 2012 at 23:42
2
I am new to REST. I want to know when to use get methods and when to use post methods. In the process of my literature survey I came across this knowledge.
Actually when I searched for HTTP get an...
Hollishollister asked 27/6, 2012 at 15:0
2
Solved
I know this must be a n00b question, but I have to implement a mockup client-server sequential interaction application, and because the number of client-server calls varies, I cannot just iterate t...
Tetrabasic asked 20/6, 2012 at 19:48
5
I found this project: http://code.google.com/p/standalonewebsocketserver/ for a WebSocket server, but I need to implement a WebSocket client in python, more exactly I need to receive some com...
Stelle asked 29/6, 2010 at 16:28
6
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 t...
Whereinto asked 15/12, 2011 at 14:34
2
Solved
Is it possible to know when and if the contents of certain tables in a database has changed?
How can my SQL Server notify the client applications that the data was changed by another user? How to ...
Bromo asked 17/5, 2012 at 14:55
2
Solved
I have an application in Android which get latitude and longitude from GPS. I want to send these lat and long to server at particular port and want to receive the response of server into my Android...
Jost asked 1/3, 2011 at 5:19
3
Solved
I am really confused at to how Meteor works.
I know there's a server side where you just install it using the terminal.
But what about the client?
Does the client need to install anything?
For exam...
Preferment asked 25/4, 2012 at 19:12
4
Solved
I'm writing a client that talks to a remote server over HTTP. I would like to place an evil proxy between the client and the server that would (randomly?) affect the traffic on the wire.
Some thi...
Concision asked 30/3, 2012 at 22:49
1
Solved
A Java application sends an XML to a Python application. They are both on the same machine.
When I open the received file I can see extra lines (because of extra CRs). What could be the reason for ...
Halfwitted asked 11/4, 2012 at 17:10
4
Solved
In java it is possible to create a socket server and a socket client, is it possible to have an instance of the socket server running and a socket/server client that is receiving data from the sock...
Excitor asked 9/4, 2012 at 4:58
2
I am currently working with Java server side and as3 client side. I'm wondering if there is a silver bullet out there for synchronizing the clock between them. Between variable latency and variable...
Latter asked 6/4, 2012 at 4:0
2
Solved
I am working on syncing two business objects between an iPhone and a Web site using an XML-based payload and would love to solicit some ideas for an optimal routine.
The nature of this question i...
Sunda asked 11/3, 2009 at 22:50
1
Solved
I'm developing a server-client application that uses 3 ports [TCP SOCKET .Net 4.0]..
So the application gives the user the choice to set the port for the main socket only. but I want to let the ser...
Clava asked 27/3, 2012 at 18:9
2
Solved
Is it safe if I want to call closesocket() on a server socket from 1 thread which is separate from another thread which runs the server using the same server socket?
Brooklime asked 25/3, 2012 at 15:5
1
Solved
first, let me explain the context :
I've got to create a client which will send many HTTP requests to download images. These requests has to be asynchronous because as soon as an image is complete...
Carcassonne asked 22/3, 2012 at 15:35
3
Solved
I realize this might not be a best fit for SO, so please tell me where I should move/post this if that is the case.
My idea is after a user signs into the system, store the user preferences on the...
Inherit asked 21/3, 2012 at 16:47
4
I am creating a web application having a login page , where number of users can tries to login at same time. so here I need to handle number of requests at a time.
I know this is already implemen...
Mannos asked 29/2, 2012 at 11:10
1
Solved
It is common that (game)clients establish a p2p connection to reduce the latency and the load on the server.
But how do they do that?
Here an example: I open my League of Legends client. Press on...
Liriodendron asked 27/2, 2012 at 14:24
1
Solved
I need to check whether device has been connected properly to "My-Wifi" network or not. If it is connected then I will send some data to server otherwise not.
Right now I am just checking with the...
Irremissible asked 18/2, 2012 at 14:53
3
Solved
Rather than use WebGL, NaCl, Flash or developing a custom browser plugin, I'm interested in doing 3D real-time rendering on the server. It's for a specialist product not general use.
Are there any...
Carson asked 6/2, 2012 at 18:3
2
Solved
Thanks for reading!
Background:
I am developing an Android client for a server where the requirement is app that requires continuous exchange of messages back and forth with a WebSockets-based ser...
Janenejanenna asked 1/2, 2012 at 0:43
3
part of my code:
int server_sockfd, client_sockfd; //socket file descriptors of client and server
// ... some code
if(pthread_create(&vlakno, NULL, handle_client, (int *) client_sockfd) != ...
Critchfield asked 12/2, 2012 at 17:49
© 2022 - 2024 — McMap. All rights reserved.