client-server Questions
3
Solved
I'm a real Erlang newbie (started 1 week ago), and I'm trying to learn this language by creating a small but efficient chat server. (When I say efficient I mean I have 5 servers used to stress test...
Subdue asked 1/2, 2012 at 14:40
2
Solved
I'm mostly there with Netty but one concept is still alluding me, and I can't find anything in the tutorials and so on. Firstly I do understand that Netty is asynchronous, but there must be a way f...
Greenes asked 28/1, 2012 at 21:16
1
Solved
I'd like to use PlayN to create a client/server card game, e.g. Hearts. While I'm mostly focusing on the HTML5 output, I'd ideally like to be output-platform-agnostic in case I decide to make an An...
Loosetongued asked 28/1, 2012 at 16:35
2
Solved
I am trying to implement a bidirectional client-server program, where clients and servers can pass serialized objects between one another. I am trying to do this using Qt (QTcpSocket and QTcpServer...
Bonni asked 18/1, 2012 at 21:10
3
Solved
Currently, I'm using AsyncTask to handle Http connection and retrieve data as JSON format.
Loading all data is trivial but it consumes too much time, so I decided to switch to load 10 items at a t...
Nitrogenous asked 19/1, 2012 at 4:50
1
Solved
I have a tech demo application to write, with multiple clients: web client (ASP MVC 3), desktop client (currently it'll be a WCF app, planning to spice it up to Metro later) and a mobile client (Wp...
Spiritoso asked 3/1, 2012 at 10:44
2
Solved
I would like to use a technology that is used for communication between services and several thousands of clients. I came to know of WCF and read a little about it. While it looks attractive and ha...
Kirtle asked 3/6, 2011 at 21:45
1
Solved
I have a client server application. The server is made of restful services with jersey and is deployed on tomcat 7. Actually, I need to create the context of the services (read some high sized file...
Zsolway asked 25/12, 2011 at 16:43
2
Solved
I'm trying to write simple client and server C programs, communicating with each other in separate terminals.
The server has to create a public fifo and wait for the client. Meanwhile the client i...
Forgo asked 23/12, 2011 at 0:0
2
Solved
I will be doing a project that will have a distinct server side (.NET) and client side (JavaScript) which can be developed separately. Does it make more sense to have them as 2 separate git reposit...
Fanya asked 16/12, 2011 at 22:52
5
Solved
I am about to start designing/developing a client-server iOS app. I am leaning towards using HTTP requests to get/post data from/to a server, but want to make sure this is the right decision. What ...
Frisian asked 13/12, 2011 at 1:1
2
Solved
I am tasked with implementing 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 process...
Mraz asked 8/12, 2011 at 16:15
6
Solved
How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario:
Client ---------- initate connection -----------> Server
...
Client <---------------command-------------------...
Solemnity asked 7/12, 2011 at 12:48
1
Solved
this is part of a project I am working on. I have two desktop java application , one runs on the server (which has real IP), and the other is the client. I just want to stream a live video from a w...
Examine asked 3/12, 2011 at 14:23
1
Solved
I'm trying to enable service discovery in my client-server application using JmDNS. I fully understand service registry on the server side, with code that resembles this:
JmDNS jmdns = JmDNS.creat...
Antonia asked 17/11, 2011 at 21:0
4
Solved
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 sim...
Brewer asked 8/4, 2010 at 13:59
1
Solved
I made a distributed shell program that has a client and server. The client sends a command request to the server and the server executes that command locally and is supposed to output the results ...
Ontario asked 10/11, 2011 at 18:32
1
Solved
I have a JasperReport template (generated on the Server) with a Styled Textfield (RTF). The Content of this field is User generated, and so it can contain all Fonts installed at the Clients PC (cal...
By asked 10/11, 2011 at 13:46
1
Solved
The above program i have typed in linux. It basically has to connect a client and server in separate terminals. But when i run them in the correct order, i.e
Compile server -> run server
Compil...
Margiemargin asked 8/11, 2011 at 3:31
4
Solved
Edit #2: Does anyone have a good method of testing the "middle" of a client-server application where we can intercept requests and responses, fake the client or server as needed, and which provides...
Collard asked 3/9, 2009 at 23:24
3
Solved
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 ...
Contrived asked 4/10, 2011 at 15:57
3
Solved
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 i...
Avalon asked 25/7, 2011 at 19:47
1
Solved
After couples of WCF tutorials, I could develop a WCF client/Server application, both service and client applications are Windows Forms Application. I can call service using each client by specifyi...
Capparidaceous asked 5/9, 2011 at 19:55
1
Is there any asynchronous library for working with TCP/IP on C#?
Hovis asked 14/8, 2011 at 12:21
5
Solved
On an iPhone app (or mobile in general) that constantly needs to send requests to a Web Service, is it better to work with one single requests that will fetch a large amount of data or multiple (po...
Neolatin asked 1/7, 2011 at 13:58
© 2022 - 2024 — McMap. All rights reserved.