SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : All About Sun Microsystems -- Ignore unavailable to you. Want to Upgrade?


To: rudedog who wrote (48938)5/11/2002 2:55:03 PM
From: Win Smith  Read Replies (1) | Respond to of 64865
 
Not to dispute the actual results, but 20k instructions on a ghz class machine is maybe 20 microseconds versus maybe 5 milliseconds for a (fast) disk i/o. Also, my understanding is that the main overhead in a task (or NT-style thread) switch is, actually, memory management overhead. A simple single process thread switch (e.g swapping registers & stack) can be done in a few hundred instructions if you don't need to go through privileged ops in the kernel.