Thread: Handling MANY clients

  1. #1
    Registered User
    Join Date
    Oct 2006
    Posts
    4

    Question Handling MANY clients

    Hello.
    Im wondering how can I handle many clients, that they get information from server at the same time. Many I mean ~10.000 this is max. Dada is changing aproximatly 100 times a minute so... 100 times a minute about 10.000 clients should recieve information AT THE SAME TIME. I dont think simple LOOP is good here. But do not have any other ideas how to solve this. Maybe someone know how to handle this? Im programming on Windows (MFC).
    Thank you very much.

  2. #2
    int x = *((int *) NULL); Cactus_Hugger's Avatar
    Join Date
    Jul 2003
    Location
    Banks of the River Styx
    Posts
    902
    There are different ways to do this, depending on how you want to do it, and what OS you're on.
    A good article on this is the C10K Challenge
    long time; /* know C? */
    Unprecedented performance: Nothing ever ran this slow before.
    Any sufficiently advanced bug is indistinguishable from a feature.
    Real Programmers confuse Halloween and Christmas, because dec 25 == oct 31.
    The best way to accelerate an IBM is at 9.8 m/s/s.
    recursion (re - cur' - zhun) n. 1. (see recursion)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. signal handling and exception handling
    By lehe in forum C++ Programming
    Replies: 2
    Last Post: 06-15-2009, 10:01 PM
  2. Multiple clients to "internet" server
    By Zarniwoop in forum C Programming
    Replies: 2
    Last Post: 10-11-2008, 11:04 PM
  3. event handling is serialized in MS Visual Studio C++ 2005 ??
    By mynickmynick in forum Windows Programming
    Replies: 3
    Last Post: 08-07-2008, 04:47 AM
  4. Socket Help - Multiple Clients
    By project95talon in forum C Programming
    Replies: 5
    Last Post: 11-17-2005, 02:51 AM
  5. Replies: 2
    Last Post: 03-05-2002, 05:52 AM