Aeolus: Performance
From Pmgwiki
(Difference between revisions)
(Created page with "# create OS process # inter VN communication # intra VN communication (i.e., inter thread/aeolus process) # fork, (? for to public), (? for to pid) # normal call # call to public…") |
|||
Line 1: | Line 1: | ||
# create OS process | # create OS process | ||
- | # inter VN communication | + | # communication costs |
- | # intra VN | + | ## inter VN communication |
- | # fork, (? for to public), (? for to pid) | + | ## intra VN communicaion (i.e., inter thread/aeolus process) |
- | # normal call | + | # forks and calls |
- | # call to public | + | ## fork, (? for to public), (? for to pid) |
- | # call to pid | + | ## normal call |
- | # closure call | + | ## call to public |
- | # base web service | + | ## call to pid |
- | # aeolus web service | + | ## closure call |
- | # create dir | + | # web |
- | # create file | + | ## base web service |
- | # list dir | + | ## aeolus web service |
- | # remove file | + | # file |
- | # remove dir | + | ## create dir |
+ | ## create file | ||
+ | ## list dir | ||
+ | ## remove file | ||
+ | ## remove dir |
Revision as of 23:49, 3 February 2011
- create OS process
- 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