Please enable JavaScript.
Coggle requires JavaScript to display documents.
Parallel and Concurrent in Java (Thread and Prcesses (Execution scheduling…
Parallel and Concurrent in Java
Parallel and computing hardware
Sequential Computing
Parallel Execution
Architecture
Flynn's Taxonomy
SISD
SIMD
MISD
MIMD
SPMD
MPMD
memory
Shared Memory
UMA
SMP
NUMA
Distributed Memory
Thread and Prcesses
Thread
IPC
Sockets and Pipes
Shared Memory
Remote procedure call
lightweight
Processes
Concurrent
Program structure
Deal w/ multiple
Parallel
Simulltaneous executino
Doing multiple
Execution scheduling
Ready Queue
IO Queue
Processor
Scheduler
Contact Switch
Scheduling Algorithm
Scheduleing Goals
Thread lifecycle
Main Thread
new
Runnable
Blocked
Terminated