Results 1 to 3 of 3

Thread: multithreding

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    75

    multithreding

    HI,

    i want to know what is the defintion of multithreding

    thanks a lot...

  2. #2
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: multithreding

    It is the "simulation" of more then one task in an application beeing done at the same time.

    Like in a game. If you play over the internet, you don't want to first wait untill your machine can draw the whole screen and then get the user input from the others over the internet. That will take too much time, so in stead of waiting for that, you run a separate thread that "harvests" the info from the internet connection while the other thread draws on the screen.

    The computer can't really do two things at the same time, so what it really does is switching between the two tasks really fasts. Something that is called context change. This will switch between the two tasks so fast, that for the user it looks like both things are done at the same time.


    - ØØ -

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: multithreding


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width