Execute arbitrary python code remotely - can it be done?

后端 未结 6 1613
醉话见心
醉话见心 2020-12-09 06:08

I\'m working on a grid system which has a number of very powerful computers. These can be used to execute python functions very quickly. My users have a number of python fun

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-09 06:59

    Stackless had ability to pickle and unpickle running code. Unfortunately current implementation doesn't support this feature.

提交回复
热议问题