Results 1 to 4 of 4

Thread: Poor Microsoft...

  1. #1

  2. #2

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    Even a grin would be nice...

  3. #3
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    Any programmer could've told you that a system juggling more than one task looses time to context switching and interrupts, which a system that focuses on one task only has to waste time switching when a task is over.

    On the other hand, you will notice lulls due to blocking, when a resource isn't available, yet. The single-tasked system has to wait and waste time. The multitasked system can switch to something else (and wait for the interrupt later).
    Travis, Kung Foo Journeyman
    As always, RTFM.

    WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
    Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
    YBMS, but Mozilla doesn't.

  4. #4
    Banned aknisely's Avatar
    Join Date
    Jul 2001
    Location
    America-lite (Canada)
    Posts
    160
    MAC USER: So what, multi-tasking is for stupid people anyway.

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