The client-server model is a centralized model, in which a server performs a specialized service (such as HTTP, SMTP, etc.) for multiple clients on request.

learn more… | top users | synonyms (2)

0
votes
1answer
13 views

Java: Is this good use of BCrypt?

I would like to know if my current implementation of BCrypt is correct, I am aware that I am not using BCrypt.checkpw() which may lead to an issue so that is the main reason I verify it here. ...
-2
votes
0answers
31 views

Java How to kill Socket connection attempt

I am using sockets in my Java application, and it may be the case that the server is not online, I have found out that strange bugs are happening. Since there is no Java implementation which forces a ...
1
vote
1answer
35 views

Multi-platform server client development [closed]

I want to start a new multi-platform server-client project with iOS, Android, web (and maybe desktop) clients. Recently, I started working with enterprise java project (at least some parts of EJB), ...
0
votes
3answers
23 views

Why is my c++ Winsock server unable to receive data from the client?

I tried to run a simple client and server program. Therin, I tried to send the server a message from the client and have the server echo that message back. The problem is that every time I do I get a ...
0
votes
1answer
23 views

TCP NTP Java Socket Program

I have this code about a Server-Client NTP project I'm working on... I initialize the socket but I get java.net.SocketException: Socket is not connected this error. Any clues? Can anyone please ...
0
votes
2answers
33 views

Server-Client NTP project - NullPointerException/SocketException issues

I have this code about a Server-Client NTP project I'm working on... and I get a "java.lang.NullPointerException" when I run it... -NullPointerException fixed... I initialize the socket but I get ...
0
votes
1answer
23 views

communicate with java server through python client

I'm trying to adjust the sample java code for an API to work with a python script. I know the java code works and can do a socket connection in python but can't figure out how to convert the string in ...
-2
votes
1answer
16 views

NTP project in java [closed]

I'm sort of making a Network Time Protocol (NTP) project in java and I'm asked to make at least 3 clients connect to a server and get time with fixed delay and stuff. My question is how can i make a ...
0
votes
2answers
16 views

command input splits after each letter python remote control program

I am working on a backdoor program for remote operations over my PC's at home. The server connects fine but I have a problem in executing the commands as the letters split up as a new command for each ...
0
votes
0answers
15 views

Error in merging to parts of mp4 file when downloading from different servers in android

i have a problem with merging 2 files when i change from where i download of two servers. here is the code from where i call the download. for (int i = 0; i < intnumbOfChunks; i++) { ...
0
votes
1answer
7 views

Corona Client Side, I Receive Limitless Messages

I develop a client side on Corona SDK but I have a problem: I can connect to our server and receive the first message from the server. And also I can send back an answer. But afterwards I begin to ...
2
votes
2answers
26 views

Best way to wait to download file from server which is not yet created?

I make a request to download a file from server. The thing is the file is being generated on the server-side and the generation is asynchronous. Initially I did something like try { ...
0
votes
0answers
21 views

Node.js client in android using webkit without webview

I'm trying to build a nodejs client and I don't find a good library for java or android. Till now I was not able to establish a valid connection. my server is node 0.10. Since the browser supports a ...
2
votes
1answer
47 views

What C# class pattern should I use for mobile client / server objects [closed]

I am developing a client / server business software system using a custom HTTP based design that works similarly to CSLA.NET. What I will be doing is creating client and server objects where client ...
0
votes
1answer
28 views

Client-Server Integration Test with Maven

I have a simple game which consists of two projects: Client and server. Now I want to test if they interact correctly. Setup is: One Maven-parent project, and server/client/integetion-test as ...
0
votes
3answers
42 views

How to test Server-Client (Java/Maven)

I have a simple game which consists of two projects: Client and server. Now I want to test if they interact correctly. Setup is: One Maven-parent project, and server/client as child-modules. I don't ...
-1
votes
0answers
31 views

vb6: Crystal Reports 8 not opening in Client PC but working in Server

My VB6 application is working in server (windows server 2003) and reports are opening in the same system and these are shared across the LAN. Application is working perfectly but crystal reports are ...
1
vote
1answer
44 views

how to pass socket control to child process?

I have written a small Proxy server which listens on the port 25 and does some set of operations. In case of secure SMTP, i fork a process and let the child process take over for this session. The ...
0
votes
0answers
19 views

Cannot establish TCP connection outside of LAN

I have been trying to create a TCP connection between a client program and a remote server. I am able to form a connection between the two when they are running on the same machine, and any machines ...
0
votes
1answer
20 views

UDP client cannot talk through an external IP address

I am running a UDP server and client (python). When within the same local network, the client is able to talk to the server. However when the server IP address is set to IP address of the router ...
0
votes
0answers
20 views

PHP - Receving Http Post request from android(client) with decoding image file

I am working on client-server. What I send data are name, description and photo. I encoded image with Base64 and it should be decoded on server side. On the server DB, I received the encoded image ...
1
vote
1answer
41 views

Symfony2 - Validation for form with multiple entities not working

I have a Form for Product with relation oneToMany with entity ProductLocale and the user can add many ProductLocale as he want. The rendered form in html seems correct but when I receive the POST ...
0
votes
0answers
28 views

Android - Encoding image and sending it to the server

I am working on encoding the selected image from the gallery and want to send it to the server. I succeeded to send name and description of the product which is text form. but, I don't know how to ...
0
votes
1answer
33 views

Using Pthreads in a Mulithreaded Server

i am programming a Mulithreaded Client/Server between processes program which uses message queue's. The Server will handle the message's send by the clients, and later it should give the work to a ...
-6
votes
0answers
27 views

simple client-server application using php [closed]

I want to build a client-server application with PHP but I don't know how to do it, because it's the first time that I try something like this. To give you some information of what I need: I have a ...
-1
votes
0answers
16 views

Co-ordinating real-time conversation between the client and server [closed]

I'm developing a realtime client-server communication application, and I'm having some problems with timestamps. In my app, the client submits a request to the server with a timestamp, and the server ...
0
votes
0answers
13 views

android- single server/ multiple clients?

I'm working on programming a live support chatting here, but the problem I faced is how to this server I made is receiving only one client to chat with. can any pro explain to me to make the server ...
0
votes
0answers
59 views

Datasnap Client/Server 32/64

I have a problem with datasnap in delphi Xe3. At server side I create an application that load data from an XML file in a clientdataset and shares it through a datasetprovider. The Client has a ...
0
votes
0answers
25 views

Client/Server and MPI Send/Recv

I'm trying to send messages from a server to several clients that get connected to that server. The server is supposed to send as many messages as there are clients connecting to it but the code ...
-2
votes
0answers
29 views

Data transmission using socket programming [closed]

Actually I am having my minor project on Data transmission using socket programming. In it i have to create a login system, a mail box that contain both an inbox where mails recieved are store and a ...
1
vote
0answers
25 views

So the design of client-server separation is not the bottleneck of X Window?

In the answer of this, it mentioned: People also hear that X uses the "network" and think this is going to be a performance bottleneck. "Network" here means local UNIX domain socket, which has ...
0
votes
0answers
11 views

DAL Architecture for self service Kiosks

I'm working on a self service Kiosk which enables users to pay their electric bills through the kiosk. Each Kiosk is a thick client, running a window 7 computer with in a lockdown state (runs the ...
0
votes
0answers
20 views

Open LocalHost From connected Client of own Hotspot

First of all sorry for my English, I am planning to built a application that can transfer file By Wi-Fi .For this i make a simple HTTP server and made "E:\trasferfle" folder as Root of Localhost and ...
0
votes
2answers
32 views

Send to all clients

Im in need of your help :D So, I'm trying to build a simple Java Multi Socket Server. I sarted with this Code here: http://www.kieser.net/linux/java_server.html and modifyed it a bit. Works well, but ...
0
votes
2answers
56 views

TCP - Android client + Java Server

I've implemented a Java TCP server running on my PC which will accept incoming messages sent from an Android device running the client, also implemented. The server just receives the messages from the ...
1
vote
0answers
17 views

Three-tier architecture

I have a mobile application which collects sensor data and processes it before sending it to the server. The server's role is to update or insert data to the appropriate database table, and the ...
0
votes
1answer
20 views

Java Connecting 2 Computers with Server-Client System

I would like to ask a question about server-client applications using a ServerSocket in Java. It is going to be a long question, but if somebody can help me in this big homework of mine, I would ...
0
votes
0answers
30 views

is it possible to develop a client server message based program in WCF like Java JMS? [closed]

is it possible to develop a client server message based program in WCF like Java JMS ?! I am not speaking about service oriented program, just I wanna develop a multi-server and multi-client program. ...
-2
votes
1answer
39 views

Android - Sending Image file to the Server DB with POST Request [duplicate]

I'am working on client-server communication on my app. I need to send name of the product, description and photo of the product. Users can save the data and after that those data will save on the ...
0
votes
0answers
10 views

html2pdf print issue in client server IE10 browser

i used the php v5.2.9 in local server. one of our client used php v5.2.17 for testing purpose. he also used php v5.3.21 in live server for production. the issue is html2pdf not support or print the ...
0
votes
0answers
24 views

NTP project TCP/Ip (server-Client)

i have this server code.... ` package ntp; import java.net.*; import java.io.*; import java.text.SimpleDateFormat; import java.util.*; /** * * @author Admin */ public class Server { ...
-1
votes
2answers
19 views

Client-server application Java - call specific method [closed]

I'm trying to create a client-server application to manage some banking activity. A client should connect to the server and perform CRUD operations on an account. As I see it the client should send a ...
0
votes
1answer
31 views

NTP for TCP/IP(server-client)

i have a simple server... public static void main(String[] args) throws Exception{ ServerSocket server = new ServerSocket(2000); Socket sock = server.accept(); InputStream in = ...
0
votes
0answers
30 views

Server-client architecture for instant message applications?

I am writing an instant messaging application using TCP and Java. This is how my server side works (roughly); // open connection here while(true) { newClientSocket = conn.accept(); (new ...
0
votes
1answer
50 views

Android Client-Server architecture: GCM versus webservice

I have an Android application with a local database that contains information about pictures stored on the device. I want to create a server with pictures that could be provided on demand to all ...
-1
votes
0answers
63 views

possible fake In App Purchase detection [closed]

IAP Purchase flow of my apps are as following iOS side (client) User purchases in-app Receipt data is retrieved from the relevant purchase Encoded and sent to my server Server side User id, ...
0
votes
1answer
35 views

File management client-server programming

I'm stuck with this client-server programming, where i want the server to maintain a file, which stores the data sent by the client. The code is as follows: Client Side: public class ClientSide { ...
0
votes
1answer
51 views

Client-Server application using Griffon and Spring

I'm developing an client-server application. In this application, Model classes are supposed to be in Server side whereas Controller and Views will be in Client side. I'm trying out Griffon to build ...
-2
votes
1answer
43 views

Client server ios Application [closed]

Whats the best way to do an application where an phone is the server and the others phones are the clients. The clients will do requests to the server and the server will respond..Requests maybe to ...
1
vote
2answers
89 views

Android - Send Image file to the Server DB

Users save three data. Name, note and Image. As you can see the code below, I succeeded to code to send the name and note to the server side. But, I have no idea how to send a selected image file ...

1 2 3 4 5 53