permalink |
---|
/docs/codebase/executor |
Function executor is one of the core component in a FaaS platform to provide execution runtime for running user-defined functions. In Teaclave, we aim to provide safe, secure and versatile function executors, which can guarantee the confidentiality of security-sensitive data during computation, and also support functions written in different languages. In addition, we are working hard to achieve better security guarantees such as memory safety.
In Teaclave, there are two executors to native and Python functions.
To add a new executor, you can implement the TeaclaveExecutor
trait (basically
implement the execute
function). Then, register the executor in the Teaclave
worker. At last, the execution service will dispatch functions to the specific
executor.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。