Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

MFC Project and Socket


I have an MFC C++ project that communicates to a server through socket. To make things easy let's say, on the dialogue there is a listBox, and I want to connect to the server and constantly update the listBox according to whatever the server sends to me. I wonder where I should put the receive...
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: server, listbox, receive, wonder
Created: (DERBY-4701) Set socket timeout for the socket used to communicate with the server in NetworkServerControl(Impl)
Jun 16, 2010
Set socket timeout for the socket used to communicate with the server in NetworkServerControl(Impl)

Socket Factories in hadoop
Jul 31, 2010
Hi ALL, Where can i find the socket factories that are used by hadoop to create its sockets. By this i mean to say that map-reduce framework of hadoop along with HDFS uses sockets to communicate with each other. So, i am looking for…

ActiveMQ-CPP: access to raw socket?
Jun 2, 2010
Using ActiveMQ-CPP, is it possible to retrieve the fd for a connection, so that you can perform a "select" on it in the subscriber? I saw reference to being able to do this in an old CMS doc I found, but can't find anything in the current API…

DB configuration and socket error
Aug 13, 2010
Hi folks, This may very well be a DB issue and not a Tomcat issue, and if so, sorry to bother you. But I thought I'd quickly run it by the folks here for a second opinion. Using Tomcat 6.0.26, on XP Pro, connecting to Oracle 10. Now, I have one…

leaking socket descriptors (JDK bug or not)
Jul 21, 2010
Hi folks, Our app is leaking socket descriptors heavily, and we have isolated the offending code to the piece that is using HttpCore/HttpClient (we're using 4.0). Here are the leaks: # /usr/sbin/lsof -p 1979 | grep sock java 1979 tomcat 15u…

Socket 24 is not connected any more (errno=-1)
Aug 12, 2010
I am using mod jk in order to connect tomcat and glassfish 3.1. In the mod_jk log file I am getting these errors; [info] ajp_send_request::jk_ajp_common.c (1178): Socket 24 is not connected any more (errno=-1) [info] …

Re: source socket, rebalance issues
Aug 23, 2010
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 8/23/10 12:24 PM, dormando wrote: >> It looks like the maxconns default is 10K and I don't set it explicitly. >> I assume that is connections that would show up in netstat? I'm seeing…

DO NOT REPLY Crash in Socket.destroy
Aug 22, 2010
https://issues.apache.org/bugzilla/show_bug.cgi?id=49795 Rainer Jung <raine### @kippdata.de> changed: What |Removed |Added

Is it possible to disable networking and connect only through socket?
Sep 8, 2010
Since I have Mongo on the same machine as web app, I want to completely disable networking, so that Mongo does not listen on any port. I think it will be more secure this way since I am also not using authentication. I just want to connect through…

source socket, rebalance issues
Aug 19, 2010
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm running mogilefs 2.30 with 14 hosts with 4 devices each. When I !watch on one of my trackers, I see lots (several to many a minute) of messages like these: :: [replicate(9979)] Unable to create…