Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: internal compiler error Pin
Sameerkumar Namdeo21-Apr-08 0:24
Sameerkumar Namdeo21-Apr-08 0:24 
GeneralRe: internal compiler error Pin
jhwurmbach21-Apr-08 1:58
jhwurmbach21-Apr-08 1:58 
GeneralRe: internal compiler error Pin
Saurabh.Garg21-Apr-08 2:50
Saurabh.Garg21-Apr-08 2:50 
GeneralRe: internal compiler error Pin
David Crow21-Apr-08 4:14
David Crow21-Apr-08 4:14 
Questionhow to register class name for window Pin
kmani_soft20-Apr-08 23:38
kmani_soft20-Apr-08 23:38 
AnswerRe: how to register class name for window Pin
Iain Clarke, Warrior Programmer21-Apr-08 3:12
Iain Clarke, Warrior Programmer21-Apr-08 3:12 
AnswerRe: how to register class name for window Pin
Rajkumar R21-Apr-08 3:19
Rajkumar R21-Apr-08 3:19 
GeneralCleint Server Programming [modified] Pin
Abhijit A20-Apr-08 23:21
Abhijit A20-Apr-08 23:21 
Hello friends,
I am using VC6.0 IDE with Platform SDK Sp3.
I am using Winsock api for client server programming.
I want to develop a server which is responds (i.e. send/receive packets, getting acknowledgment when client closed or net down or network) for atleast 8000 clients.
The following are my problem:
1) For 8000 clients maintaining an array of socket handle is difficult and takes lot of unwanted memory or may show memory excpetion.
2) On Server side, it may possible that server PC having 2 to 3 network adapters with different IP address range (e.g. one adapter for internal LAN and another is connected to ISP through router etc…)
3) Some PC are connected by Host, NAT
4) Some (HR or Company managers) PCs are connected through wi-fi wireless network or used VPN.

So I want to consider all these possibility.
Please give me a suggestion that, what strategy at the time of development is better for me so my server can be error prone and it should work in all condition.

abhi

modified on Monday, April 21, 2008 5:34 AM

GeneralRe: Cleint Server Programming Pin
Jhony george21-Apr-08 2:40
Jhony george21-Apr-08 2:40 
QuestionHow to Add Two Time Pin
sharanu20-Apr-08 23:06
sharanu20-Apr-08 23:06 
AnswerRe: How to Add Two Time Pin
CPallini20-Apr-08 23:23
mveCPallini20-Apr-08 23:23 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 1:09
sharanu21-Apr-08 1:09 
QuestionRe: How to Add Two Time [modified] Pin
CPallini21-Apr-08 1:49
mveCPallini21-Apr-08 1:49 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 2:32
sharanu21-Apr-08 2:32 
GeneralRe: How to Add Two Time Pin
CPallini21-Apr-08 2:44
mveCPallini21-Apr-08 2:44 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 3:30
sharanu21-Apr-08 3:30 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:08
sharanu21-Apr-08 4:08 
GeneralRe: How to Add Two Time Pin
David Crow21-Apr-08 4:17
David Crow21-Apr-08 4:17 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:28
sharanu21-Apr-08 4:28 
QuestionRe: How to Add Two Time Pin
David Crow21-Apr-08 4:34
David Crow21-Apr-08 4:34 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:50
sharanu21-Apr-08 4:50 
GeneralRe: How to Add Two Time Pin
David Crow21-Apr-08 4:54
David Crow21-Apr-08 4:54 
AnswerRe: How to Add Two Time Pin
led mike21-Apr-08 4:53
led mike21-Apr-08 4:53 
QuestionRe: How to Add Two Time Pin
David Crow21-Apr-08 5:01
David Crow21-Apr-08 5:01 
AnswerRe: How to Add Two Time Pin
led mike21-Apr-08 5:40
led mike21-Apr-08 5:40 

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.