Commit b3b1ef29 authored by Naman Dixit's avatar Naman Dixit

Updated README due to submodules

parent 92197fd3
......@@ -4,6 +4,10 @@
Execution environments are typically container oriented for FaaS platforms but this creates problems since containers are on one hand not totally secure and on the other hand not capable of high-performance. This project looks into creating a hybrid execution environment to cater to different workload needs.
## Buy one for yourself!
Clone using "git clone --recursive https://git.cse.iitb.ac.in/synerg/xanadu"
## Architecture
Xanadu is divided into two extremely loosely coupled modules, the **Dispatch Module (DM)** and the **Resource Manager (RM)** module. The RM looks after resource provisioning and consolidation at the host level while the DM looks after handling user requests and executing those requests at the requisite isolation level using resources provided by the RM. \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment