How does Google App Engine sandbox work?

前端 未结 3 956
旧时难觅i
旧时难觅i 2021-02-13 00:42

How does Google App Engine sandbox work?

What would I have to do to create my own such sandbox (to safely allow my clients to run their apps on my engine without giving

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-13 01:11

    to safely allow my clients to run their apps on my engine without giving them the ability to format my disk drive

    This can be easily achieved using the Java Security Manager. Refer this answer for an example.

提交回复
热议问题