Click here to Skip to main content
15,891,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Which approach is better for this problem? Pin
Pete O'Hanlon10-Feb-12 3:56
mvePete O'Hanlon10-Feb-12 3:56 
GeneralRe: Which approach is better for this problem? Pin
jschell10-Feb-12 9:20
jschell10-Feb-12 9:20 
GeneralRe: Which approach is better for this problem? Pin
SledgeHammer0110-Feb-12 9:34
SledgeHammer0110-Feb-12 9:34 
GeneralRe: Which approach is better for this problem? Pin
jschell12-Feb-12 7:29
jschell12-Feb-12 7:29 
GeneralRe: Which approach is better for this problem? Pin
SledgeHammer0112-Feb-12 8:43
SledgeHammer0112-Feb-12 8:43 
GeneralRe: Which approach is better for this problem? Pin
jschell14-Feb-12 13:27
jschell14-Feb-12 13:27 
GeneralRe: Which approach is better for this problem? Pin
SledgeHammer0114-Feb-12 13:58
SledgeHammer0114-Feb-12 13:58 
GeneralRe: Which approach is better for this problem? Pin
jschell15-Feb-12 8:36
jschell15-Feb-12 8:36 
SledgeHammer01 wrote:
Who cares? You said 5000 simultaneous connections is alot and I said it
wasn't.


I stand by what I said.

Most sites, even ones with significant traffic, will NOT have that many simultaneous connections.

SledgeHammer01 wrote:
No, it sounds about right. You need 20 boxes to handle 2000 (TPS) simultaneous
connections??? WTF??? Thats horrible dude


Sigh...That maximum volume represents 1 trillion dollars in yearly volume.

Pretty sure that most businesses would be more than happy with 20 servers at that rate.


SledgeHammer01 wrote:
If you implemented a game server that had avg traffic of 1M users online at any
given time you would need, what, 10,000 boxes? LMAO.
 


Do you know what simulteneous connections mean?
Do you understand that a connection is not the only processing task that a server must implement in regards to actually doing something with a connection?

You know that google has with low end estimates, 200,000 servers? Other estimates put that even higher.

So exactly what are your personal credentials in terms of high volume delivered running products in the commercial realm?

SledgeHammer01 wrote:
Sounds like YOU should have used C++ Winsock TCP/IP with I/O completion ports.
Could have hit your 2000 TPS rate on 1 box.


I suspect that if I wanted to replicate the World of Warcraft with no other business requirements I probably would have made that technical choice. But since the business requirements of what I am delivering, which isn't WoW, is met completely and sufficiently by the current model.

And the vast majority of real, not imaginary, businesses would also have their real needs met in the same way.
AnswerRe: Which approach is better for this problem? Pin
BobJanova9-Feb-12 5:05
BobJanova9-Feb-12 5:05 
GeneralRe: Which approach is better for this problem? Pin
AmbiguousName9-Feb-12 7:03
AmbiguousName9-Feb-12 7:03 
AnswerRe: Which approach is better for this problem? Pin
Dan Mos9-Feb-12 5:16
Dan Mos9-Feb-12 5:16 
GeneralRe: Which approach is better for this problem? Pin
AmbiguousName9-Feb-12 7:02
AmbiguousName9-Feb-12 7:02 
GeneralRe: Which approach is better for this problem? Pin
Dan Mos9-Feb-12 7:13
Dan Mos9-Feb-12 7:13 
GeneralRe: Which approach is better for this problem? Pin
AmbiguousName9-Feb-12 7:30
AmbiguousName9-Feb-12 7:30 
GeneralRe: Which approach is better for this problem? Pin
Dan Mos9-Feb-12 7:42
Dan Mos9-Feb-12 7:42 
GeneralRe: Which approach is better for this problem? Pin
AmbiguousName9-Feb-12 7:48
AmbiguousName9-Feb-12 7:48 
GeneralRe: Which approach is better for this problem? Pin
Dan Mos9-Feb-12 8:07
Dan Mos9-Feb-12 8:07 
GeneralRe: Which approach is better for this problem? Pin
SledgeHammer019-Feb-12 15:25
SledgeHammer019-Feb-12 15:25 
AnswerRe: Which approach is better for this problem? Pin
raven198529-Feb-12 13:09
raven198529-Feb-12 13:09 
QuestionHi all Pin
JoeManche9-Feb-12 4:15
JoeManche9-Feb-12 4:15 
AnswerRe: Hi all Pin
BobJanova9-Feb-12 5:06
BobJanova9-Feb-12 5:06 
GeneralRe: Hi all Pin
JoeManche9-Feb-12 18:48
JoeManche9-Feb-12 18:48 
GeneralRe: Hi all Pin
BillWoodruff9-Feb-12 20:24
professionalBillWoodruff9-Feb-12 20:24 
Questionexecutable file Pin
AndyInUK9-Feb-12 3:14
AndyInUK9-Feb-12 3:14 
AnswerRe: executable file Pin
BobJanova9-Feb-12 3:53
BobJanova9-Feb-12 3:53 

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.