Click here to Skip to main content
15,929,597 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWhich message Windows senв to control, when I press Alt key... Pin
Alex Cramer15-May-02 21:32
Alex Cramer15-May-02 21:32 
GeneralRe: Which message Windows senв to control, when I press Alt key... Pin
Christian Graus15-May-02 22:50
protectorChristian Graus15-May-02 22:50 
GeneralCStrin passing error! Pin
tongc15-May-02 19:06
tongc15-May-02 19:06 
GeneralRe: CStrin passing error! Pin
Christian Graus15-May-02 19:27
protectorChristian Graus15-May-02 19:27 
GeneralRe: CStrin passing error! Pin
Alexandru Savescu15-May-02 22:11
Alexandru Savescu15-May-02 22:11 
GeneralRe: CStrin passing error! Pin
Jonathan Craig16-May-02 10:32
Jonathan Craig16-May-02 10:32 
QuestionHow can I get Tabs to show inside my CMDIChildWnd's? Pin
rbc15-May-02 18:53
rbc15-May-02 18:53 
GeneralClient/Server app Pin
unknown soldier15-May-02 18:31
unknown soldier15-May-02 18:31 
I have been given a task to develop a client server based application, a general purpose app that can deal with chatting and file transfer purposes.

I want to ask few questions in this regard. Please give me any suggestion regarding any of the question below:

1) The server should be able to deal "large" number of connections ie over 100,000 or above. What strategy should i follow ie socket or something else.

2) If i follow the socket strategy i've to use multithreading. My server will be deployed on single workstation running Win2K. How many threads can i make from a process in Win2k?? I don't want the processor to get heat up.

3) If i make a thread pool or use I/O completion ports, then will the server be able to handle over 100,000 connections of clients???

4) In order to deal with such a large number of connections, is it enough to deploy a server on single workstation or it it appropriate to run the servers on more than one workstations ???

5) Client should know the server address and a well known port to get connect. Now for server only one port will be monitoring the incoming requests for connections. Now is it a good idea that each thread of thread pool create its own port ???
GeneralRe: Client/Server app Pin
Michael P Butler15-May-02 22:20
Michael P Butler15-May-02 22:20 
GeneralRe: Client/Server app Pin
15-May-02 22:36
suss15-May-02 22:36 
GeneralRe: Client/Server app Pin
Jon Hulatt15-May-02 23:20
Jon Hulatt15-May-02 23:20 
Generaliostream problems Pin
Christian Graus15-May-02 18:20
protectorChristian Graus15-May-02 18:20 
GeneralRe: iostream problems Pin
Maxwell Chen15-May-02 18:59
Maxwell Chen15-May-02 18:59 
GeneralRe: iostream problems Pin
Christian Graus15-May-02 19:16
protectorChristian Graus15-May-02 19:16 
GeneralRe: iostream problems Pin
Maxwell Chen15-May-02 20:03
Maxwell Chen15-May-02 20:03 
GeneralRe: iostream problems Pin
Christian Graus15-May-02 20:32
protectorChristian Graus15-May-02 20:32 
GeneralRe: iostream problems Pin
Joaquín M López Muñoz15-May-02 20:47
Joaquín M López Muñoz15-May-02 20:47 
GeneralRe: iostream problems Pin
Christian Graus15-May-02 21:02
protectorChristian Graus15-May-02 21:02 
GeneralRe: iostream problems [edited] Pin
Joaquín M López Muñoz15-May-02 21:08
Joaquín M López Muñoz15-May-02 21:08 
GeneralRe: iostream problems Pin
Christian Graus15-May-02 21:11
protectorChristian Graus15-May-02 21:11 
GeneralRe: iostream problems Pin
Joaquín M López Muñoz15-May-02 21:17
Joaquín M López Muñoz15-May-02 21:17 
GeneralRe: iostream problems Pin
Joaquín M López Muñoz15-May-02 21:19
Joaquín M López Muñoz15-May-02 21:19 
GeneralRe: iostream problems Pin
Christian Graus15-May-02 22:49
protectorChristian Graus15-May-02 22:49 
GeneralC++ Components Question Pin
Nick Parker15-May-02 17:40
protectorNick Parker15-May-02 17:40 
GeneralRe: C++ Components Question Pin
Christian Graus15-May-02 18:17
protectorChristian Graus15-May-02 18:17 

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.