|
-
Aug 6th, 2001, 11:31 AM
#3
Frenzied Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|