Click here to Skip to main content
15,911,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: setting page orientation Pin
Roger Allen7-Apr-04 5:38
Roger Allen7-Apr-04 5:38 
GeneralRe: setting page orientation Pin
kzyczynski7-Apr-04 10:20
kzyczynski7-Apr-04 10:20 
GeneralSocket listen backlog woes Pin
Rob Caldecott7-Apr-04 5:15
Rob Caldecott7-Apr-04 5:15 
GeneralRe: Socket listen backlog woes Pin
beetung7-Apr-04 8:14
beetung7-Apr-04 8:14 
GeneralRe: Socket listen backlog woes Pin
Rob Caldecott7-Apr-04 9:53
Rob Caldecott7-Apr-04 9:53 
GeneralRe: Socket listen backlog woes Pin
Johnny ²7-Apr-04 8:56
Johnny ²7-Apr-04 8:56 
GeneralRe: Socket listen backlog woes Pin
Rob Caldecott7-Apr-04 9:52
Rob Caldecott7-Apr-04 9:52 
GeneralRe: Socket listen backlog woes Pin
Paul Ranson8-Apr-04 3:12
Paul Ranson8-Apr-04 3:12 
I have a framework that does IOCP/AcceptEx/System Thread Pool stuff for Windows based network servers. It's (n)ill documented at present but you can take a look here.

The intent is to be able to support multiple listening sockets on multiple adaptors using multiple network protocols (primarily IPv4 and IPv6 I suppose) and exploit the Windows good stuff for networking.

The idea was to impose a minimum of dependency between the server framework and the rest of the application, you have to provide a 'per connection' class that must implement a minimal interface, but after that it's up to you. No inheritance required, namespaces are used so that my idea of a CRITICAL_SECTION wrapper doesn't collide with yours, etc etc.

I believe it would be possible to construct a framework for Unix type systems that would be compatible with such a 'per connection' class and be reasonably efficient in that environment. Time will tell.

Paul
QuestionIs transparent window needed? Pin
conrad Braam7-Apr-04 4:49
conrad Braam7-Apr-04 4:49 
GeneralCreating a GUI for a C program Pin
EstC7-Apr-04 4:36
EstC7-Apr-04 4:36 
GeneralRe: Creating a GUI for a C program Pin
Roman Nurik7-Apr-04 4:55
Roman Nurik7-Apr-04 4:55 
GeneralRe: Creating a GUI for a C program Pin
EstC7-Apr-04 5:03
EstC7-Apr-04 5:03 
GeneralRe: Creating a GUI for a C program Pin
CPAVG7-Apr-04 5:24
CPAVG7-Apr-04 5:24 
GeneralRe: Creating a GUI for a C program Pin
EstC7-Apr-04 5:29
EstC7-Apr-04 5:29 
GeneralRe: Creating a GUI for a C program Pin
David Crow7-Apr-04 5:41
David Crow7-Apr-04 5:41 
GeneralRe: Creating a GUI for a C program Pin
Prakash Nadar7-Apr-04 6:17
Prakash Nadar7-Apr-04 6:17 
GeneralRe: Creating a GUI for a C program Pin
EstC7-Apr-04 5:11
EstC7-Apr-04 5:11 
GeneralRe: Creating a GUI for a C program Pin
Ravi Bhavnani7-Apr-04 6:04
professionalRavi Bhavnani7-Apr-04 6:04 
Generalchar to BSTR Pin
roadragedave7-Apr-04 4:14
roadragedave7-Apr-04 4:14 
GeneralRe: char to BSTR Pin
Diddy7-Apr-04 4:43
Diddy7-Apr-04 4:43 
GeneralRe: char to BSTR Pin
roadragedave7-Apr-04 5:16
roadragedave7-Apr-04 5:16 
GeneralRe: char to BSTR Pin
Diddy7-Apr-04 5:24
Diddy7-Apr-04 5:24 
GeneralRe: char to BSTR Pin
PJ Arends7-Apr-04 7:00
professionalPJ Arends7-Apr-04 7:00 
QuestionMAPI - Send HTML Email? Pin
Skute7-Apr-04 4:02
Skute7-Apr-04 4:02 
AnswerRe: MAPI - Send HTML Email? Pin
David Crow7-Apr-04 5:46
David Crow7-Apr-04 5:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.