C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 10-25-2003, 12:06 AM   #1
Registered User
 
jacktibet's Avatar
 
Join Date: Mar 2003
Posts: 18
Angry CPU-bound and I/O bound

hi,
there are two definaion "CPU-bound" and " I/O- bound "when I study minix.
What are they????
__________________
Jack
jacktibet is offline   Reply With Quote
Old 10-25-2003, 12:14 AM   #2
and the hat of Jobseeking
 
Salem's Avatar
 
Join Date: Aug 2001
Location: The edge of the known universe
Posts: 21,640
http://www.google.com/search?q=CPU+bound
Got it?
__________________
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.

Salem is offline   Reply With Quote
Old 11-03-2003, 11:46 AM   #3
Registered User
 
Join Date: Jul 2003
Posts: 15
CPU Bound jobs are jobs that spend most of their time using the CPU, although they do preform I/O operations as well.

I/O Bound jobs are jobs that spend most of their time doing I/O, although they do use the CPU as well.
Alexisa is offline   Reply With Quote
Old 11-11-2003, 12:16 PM   #4
.
 
Join Date: Nov 2003
Posts: 293
When a process is cpu-bound it is limited by the available cpu cycles.

When i/o/ bound it is limited by the speed of disk i/o

In either case, if you add resource: - more cpu or faster disk access -- the program speeds up.
jim mcnamara is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
non-blocking send/recv antex Networking/Device Communication 14 05-31-2007 01:10 PM
asynchronized I/O == multiplexing I/O? George2 C Programming 1 07-24-2006 10:06 AM
why page based I/O can improve performance? George2 C Programming 1 06-12-2006 07:42 AM
Overlapped I/O and Completion Port :: Winsock kuphryn Windows Programming 0 10-30-2002 05:14 PM
WSAAsyncSelect I/O & Multithreading :: Winsock kuphryn Windows Programming 4 09-27-2002 02:28 AM


All times are GMT -6. The time now is 09:57 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22