Tagged Questions
1
vote
0answers
47 views
Communication between computation server and web server
I have:
a machine (C) which is responsible for some computation (not publicly available),
a machine (W) which is a publicly available web server,
a machine (G) which is also publicly available and ...
1
vote
2answers
175 views
How do Apps like Drawsome communicate on android [closed]
I, like many others have been playing drawsome lately and I've notice how quickly it seems to notify another user that a drawing is available.
How exactly is this achieved given that the target ...
2
votes
2answers
1k views
Connecting two Android phones to transfer data between them over WIFI
Actually i am developing tracking app and want to send Location updates between two Android phones so that both can track one another over the Map. My application must get real time updates from other ...
3
votes
1answer
165 views
Long communication time of WCF Web Services within the same server
I am currently developing a system with some WCF Web Services that communicate intensively.
They are running under IIS 6, on the same machine, each service being in a different Application Pool, with ...
0
votes
1answer
67 views
Is there a way where a website (remote) would talk to a set local machine when the ip of the local machine is configured in that website?
Hi i would like to know if there is any way where the remote machine would talk to a set local machine when a request is made to a remote machine from any other computer
Reason: I have a website ...
0
votes
2answers
34 views
Looking for a recommendation to use WebService in communication
i have PC that connect to my WebService on the server.
what are the best recommendation to use and check if i have connection ?
if there isn't connection:
to make loop for 5 times and check again ...
0
votes
1answer
461 views
How to communicate between Windows Form app and Web Site?
We developped an C# .Net 2.0 Windows Form application for Windows XP embedded that controls the underlying hardware/device. Now, we need to add a c# .NET 2.0 Web Site (hosting by IIS inside the same ...
0
votes
1answer
656 views
Android app architecture
I am working on an Android app that will involve retrieving and submitting data from a server. After retrieving the content the user will be able to perform certain operations and will submit some ...
1
vote
2answers
317 views
Inter application communication internet wide
I've done some searching and found lots of answers that don't quite give me what I'm looking for, so here goes.
Firstly I'm looking into an area I'm not really familiar with, so go easy on me if the ...
1
vote
2answers
183 views
Backend communication in Silverlight
I'm interested in finding out people's experiences and preferences for communication with backend servers from Siverlight client apps, specifically the use of web services (ASM, WCF or other) over ...
1
vote
1answer
513 views
Communication between winform client and server's web service
currently I'm an internee and about to join in a project in which I have to take responsible for implementing the server side part.
The scenario:
_There are many kiosks, each runs a winform ...
2
votes
1answer
2k views
Android app using data from webservice
I want to write an Android application that can display some data received(polled) from an internet resource.
I guess that I need to write some logic that will periodically call and get data from ...
1
vote
1answer
770 views
iphone & rest web service - what is the best practice?
I am developing an iphone app that uses a php web service for all functionalities.
I am planning on creating model objects to communication between my UI and web service.
Is it better to create model ...
1
vote
2answers
384 views
What are typical server to client communication patterns?
What are the usual patterns for bidirectional communication between a client and a server in a wlan environment. How is it possible for the server to push data to a mobile client over wlan after a ...
3
votes
2answers
781 views
Do most iPhone apps communicate via web services?
Do most of the popular iPhone apps that communicate with a back end Internet server communicate via web services? I was assuming this was the case.
Some apps I'm thinking about would be: Facebook, ...
0
votes
6answers
74 views
What's the proper name for this sort of thing?
I feel the term "webserver communication" is not right when it comes to just accessing an server to retrieve information.
Example:
iPhone connects to http://foobar.foo/bar.php?foo=bar&bar=foo ...
1
vote
2answers
1k views
Suggestion for getting data from a web server?
I have a web server which contains a list of "interesting locations". These are "hard coded" on the web server, and maintained from an administrator on the server-side. Users can't add or remove ...
0
votes
2answers
2k views
communication with iPhone - Internet - .net Web service / php web service
From the following link.
http://stackoverflow.com/questions/1290924/iphone-interaction-with-asp-net-webservice/1503206#1503206
@Pravara - Asked a Question in answer.
The question is something ...
6
votes
6answers
2k views
How are Massively Multiplayer Online RPGs built?
How are Massively Multiplayer Online RPG games built?
What server infrastructure are they built on? especially with so many clients connected and communicating in real time.
Do they manage with ...
3
votes
9answers
2k views
What is the best way to communicate between programs in .NET and why?
Our company keeps debating on whether we should be using custom API DLLs or creating a web service farm to have our programs to communicate data between themselves. To me web services make the most ...
1
vote
2answers
1k views
Communicate between 2 WCF services
How to communicate between 2 WCF services hosted on 2 different machines.
3
votes
6answers
2k views
Would it be possible to use web services from a Cobol program?
We have some COBOL programs in our financial applications which need to interact with some of our backend systems. One of the available interfaces is through a web service. Can a program written in ...