Aeolus: Performance
From Pmgwiki
(Difference between revisions)
Line 1: | Line 1: | ||
- | # | + | # Creation |
- | # | + | ## Create process |
+ | ## Create VN | ||
+ | # Communication costs | ||
## inter VN communication | ## inter VN communication | ||
## intra VN communicaion (i.e., inter thread/aeolus process) | ## intra VN communicaion (i.e., inter thread/aeolus process) | ||
- | # | + | # Forks and calls |
## fork, (? for to public), (? for to pid) | ## fork, (? for to public), (? for to pid) | ||
## normal call | ## normal call | ||
Line 9: | Line 11: | ||
## call to pid | ## call to pid | ||
## closure call | ## closure call | ||
- | # | + | # Web |
## base web service | ## base web service | ||
## aeolus web service | ## aeolus web service | ||
- | # | + | # File |
## create dir | ## create dir | ||
## create file | ## create file |
Revision as of 23:50, 3 February 2011
- Creation
- Create process
- Create VN
- Communication costs
- inter VN communication
- intra VN communicaion (i.e., inter thread/aeolus process)
- Forks and calls
- fork, (? for to public), (? for to pid)
- normal call
- call to public
- call to pid
- closure call
- Web
- base web service
- aeolus web service
- File
- create dir
- create file
- list dir
- remove file
- remove dir