Click here to Skip to main content
15,886,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Maximum client count of TCP/IP Pin
includeh1014-Oct-09 23:44
includeh1014-Oct-09 23:44 
RantRe: Maximum client count of TCP/IP Pin
Rajesh R Subramanian14-Oct-09 23:56
professionalRajesh R Subramanian14-Oct-09 23:56 
GeneralRe: Maximum client count of TCP/IP Pin
Richard MacCutchan15-Oct-09 0:35
mveRichard MacCutchan15-Oct-09 0:35 
GeneralRe: Maximum client count of TCP/IP Pin
Richard MacCutchan15-Oct-09 0:03
mveRichard MacCutchan15-Oct-09 0:03 
GeneralRe: Maximum client count of TCP/IP Pin
Dan Neely15-Oct-09 2:49
Dan Neely15-Oct-09 2:49 
GeneralRe: Maximum client count of TCP/IP Pin
Richard MacCutchan15-Oct-09 4:34
mveRichard MacCutchan15-Oct-09 4:34 
RantYou are very stupid, indeed. Pin
CPallini15-Oct-09 0:09
mveCPallini15-Oct-09 0:09 
AnswerRe: Maximum client count of TCP/IP Pin
cmk15-Oct-09 3:08
cmk15-Oct-09 3:08 
As important as server hardware and software abilities is your internet connection ability. More important than either is the nature of the protocol - how long does a connection last, how much bandwidth does a connection require, is the data transfer bursty or continuous, is a request processor intensive, ... .

The following is a bit out of date but should give some idea on max _possible_ connections.
http://tangentsoft.net/wskfaq/advanced.html#maxsockets[^]

The current best practice for optimal server programming uses IOCP to manage sparse requests from a large number of connections with a relatively few number of threads. Windows implements this in the kernel. UNIX variants used to implement this in user space, not sure if this is still true.

It could be 100's, or it could be 10-15+ thousand, regardless of the OS.

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

Question[Message Deleted] Pin
includeh1014-Oct-09 22:52
includeh1014-Oct-09 22:52 
AnswerRe: Client count of TCP/IP [modified] Pin
Rajesh R Subramanian14-Oct-09 23:00
professionalRajesh R Subramanian14-Oct-09 23:00 
GeneralOT Pin
CPallini14-Oct-09 23:03
mveCPallini14-Oct-09 23:03 
GeneralRe: OT Pin
Rajesh R Subramanian14-Oct-09 23:08
professionalRajesh R Subramanian14-Oct-09 23:08 
GeneralRe: Client count of TCP/IP Pin
includeh1014-Oct-09 23:17
includeh1014-Oct-09 23:17 
GeneralRe: Client count of TCP/IP Pin
CPallini14-Oct-09 23:59
mveCPallini14-Oct-09 23:59 
QuestionRe: Client count of TCP/IP Pin
CPallini14-Oct-09 23:01
mveCPallini14-Oct-09 23:01 
Questionsync-execute an exe Pin
includeh1014-Oct-09 22:40
includeh1014-Oct-09 22:40 
AnswerRe: sync-execute an exe Pin
Rajesh R Subramanian14-Oct-09 22:44
professionalRajesh R Subramanian14-Oct-09 22:44 
JokeRe: sync-execute an exe Pin
CPallini14-Oct-09 22:48
mveCPallini14-Oct-09 22:48 
GeneralRe: sync-execute an exe Pin
Rajesh R Subramanian14-Oct-09 23:01
professionalRajesh R Subramanian14-Oct-09 23:01 
GeneralRe: sync-execute an exe Pin
CPallini14-Oct-09 23:05
mveCPallini14-Oct-09 23:05 
GeneralRe: sync-execute an exe Pin
Richard MacCutchan14-Oct-09 23:44
mveRichard MacCutchan14-Oct-09 23:44 
GeneralRe: sync-execute an exe Pin
Rajesh R Subramanian15-Oct-09 0:04
professionalRajesh R Subramanian15-Oct-09 0:04 
QuestionGet all Dialog Items Pin
jo3ran14-Oct-09 22:21
jo3ran14-Oct-09 22:21 
AnswerRe: Get all Dialog Items Pin
includeh1014-Oct-09 22:34
includeh1014-Oct-09 22:34 
GeneralRe: Get all Dialog Items Pin
jo3ran14-Oct-09 22:41
jo3ran14-Oct-09 22:41 

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.