client-server Questions
2
Solved
After googling how message is sent/received in chat messenger like whatsapp, i came across they use queues based messaging system. I am just trying
to figure out what can be high level design of th...
Roulette asked 28/1, 2017 at 12:53
3
Solved
I started the Derby Network Server like stated in this tutorial - here.
But when i typed:
ij> connect 'jdbc:derby://localhost:1527/sample;create=true',
I get the following error:
ERROR XJ...
Filberto asked 13/10, 2015 at 7:59
5
I'm implementing a client with python's twisted that checks the server ssl certificate when connecting, following basically this recipe. I've seen in many HOWTOs such as this one the server checkin...
Acknowledge asked 29/1, 2010 at 19:0
6
Solved
How do I compile Vim with the clientserver feature on Mac OS X? I have the vim-7.3.tar.bz2 source
I understand that MacVim has this built in, but it only works when the GUI is running. I want to w...
Unconquerable asked 19/4, 2012 at 15:15
3
Solved
I would like to obtain a behavior similar to this:
Server run
Client run
Client type a command like "help" or other
Server responds appropriately
go to 3
The problem is that when my function ex...
Grecian asked 20/11, 2012 at 18:29
2
I built a web application with Angular2 as client and NodeJS as server. I want to serve it with npm's http-server application without any configuration but I wonder how many clients it can handle s...
Brigitte asked 24/11, 2016 at 14:13
2
I'm building off of a previous discussion I had with Jon Skeet.
The gist of my scenario is as follows:
Client application has the ability to create new 'PlaylistItem' objects which need to be pe...
Ruffin asked 8/4, 2013 at 22:59
5
Solved
I have to integrate C# Windows application with Sage Line 50. (To send all invoice details from application to Sage).
I searched on Google and most of the places it says to integrate Sage Line 50,...
Prothalamion asked 29/1, 2013 at 11:51
2
I am facing an SSL issue with the curlcommand. I want to reach an URL using my SSL client certificate and private key.
This is my command:
$ curl -k -v "https://myurl.com/" --cert ./certificate.p...
Debunk asked 7/1, 2014 at 10:27
2
I want to use protobuf to send messages back and forth between a client and server. In my case, I want to send an arbitrary number of protobuf messages from the server to the client. How can I buil...
Simplistic asked 21/6, 2016 at 16:44
3
I have define a Spring bean.
<beans>
<bean id="remoteService" class="edu.wustl.catissuecore.CaTissueApplictionServicImpl" />
</beans>
Is there any way to get the IP address o...
Spermatocyte asked 30/12, 2009 at 10:16
3
I have made a mutiple client- server chat application using socket programming, which I can deploy on command prompt as JAR files. Now what I have to make changes to run this application on web bro...
Triplicate asked 16/5, 2016 at 12:44
1
Solved
1) When executing JavaScript in the interpreter - I can use an esc sequence to put some text on a second line
NOTE: the value of myHeading.textContent was different in this screen shot than in the...
Salaidh asked 13/5, 2016 at 15:28
2
In my project, there are features like private chat and message notification.
Message notification let as know if there are any new unread messages.
For achieving that , the idea that came into m...
Cummings asked 8/5, 2016 at 5:5
3
Solved
I need to connect 20+ android devices in a client-server network. Each client Android device will be communicating with the server Android device and vice versa. The client devices do not need to c...
Audry asked 24/4, 2016 at 7:30
2
I'm building a client/server pair in C++, and I've used the winsock for the communication. However, I'm not able to find any library in C++ by which I can implement something that, instead of sendi...
Lotus asked 3/10, 2012 at 22:44
3
Solved
I have written a multithread server program in C, which echoes back all the data that a client sends.
Initially, I used poll() function in my program to detect POLLRDHUP event, for that I defined...
Kastner asked 22/8, 2013 at 8:42
5
Solved
I understand the basics of how ports work. However, what I don't get is how multiple clients can simultaneously connect to say port 80. I know each client has a unique (for their machine) por...
Spinnaker asked 25/7, 2010 at 14:57
1
Solved
I'm trying to write a client server program using UDP, and wait-and-stop, but I haven't got to that part, I'm still trying to figure it out how the two processes (server and client) communicate, be...
Brecciate asked 23/2, 2016 at 4:43
2
Solved
I have implemented a customer interface using java (multithreaded). On the client side customer logs in when the server is already running. Multiple clients can login creating a thread for each cli...
Quod asked 13/2, 2016 at 0:37
1
Solved
All I'm looking for is a simple TCPClient/Listner example on Windows Form VB.Net. I'm a newbie and Microsoft TCPClient/Listner class examples are not what I am looking for. All I am looking is for ...
Olathe asked 5/2, 2016 at 21:29
4
Solved
How could I track down the death of a child process without making the parent process wait until the child process got killed?
I am trying a client-server scenario where the server accepts the con...
Cyclamate asked 4/3, 2010 at 8:32
4
We normally use 10.0.2.2:(port number) in the url to connect to the local web server,but we should use the computer's ip address instead of 10.0.2.2
Then why do we use 10.0.2.2?
Atomy asked 21/3, 2012 at 16:14
2
I'm trying to create android apps which able sending data through wifi connection to my laptop Apache Server and MySQL database. I use the samsung galaxy tab 10.1 as my mobile device. and the proto...
Herdic asked 16/11, 2012 at 1:6
6
I'm writing a client/server application and really can't find guides that fit my need. Doing it on my own leads me to many design flaws before I've even begun. For instance the server should update...
Apollonius asked 25/10, 2015 at 14:26
© 2022 - 2024 — McMap. All rights reserved.