Changes between Version 1 and Version 2 of WorkShop09/InterprocComm
- Timestamp:
- Nov 3, 2009, 3:01:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkShop09/InterprocComm
v1 v2 1 {{{ 1 2 2 BOF 1: (INTER PROCESS COMMUNICATION) 3 3 vulnerability issues in IPC (get/read/put) -- how can we prevent malicious users from corrupting the database? … … 10 10 11 11 somewhat coupled applications 12 load balancing -- appropriately balancing load can reduce inter client communication and maybe make IPC useful to some applications13 process migration -- can aid in load balancing14 latency detection -- grouping clients with low latency could allow group computation12 * load balancing -- appropriately balancing load can reduce inter client communication and maybe make IPC useful to some applications 13 * process migration -- can aid in load balancing 14 * latency detection -- grouping clients with low latency could allow group computation 15 15 16 16 malaria control … … 25 25 put/read/get could use storage for checkpoints -- cliques can be used as well 26 26 27 }}}