![]() |
| | #1 |
| Registered User Join Date: Mar 2003
Posts: 18
| there are two definaion "CPU-bound" and " I/O- bound "when I study minix. What are they????
__________________ Jack |
| jacktibet is offline | |
| | #2 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,640
| |
| Salem is offline | |
| | #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 | |
| | #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 | |
![]() |
| Thread Tools | |
| Display Modes | |
|
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 |