gpt4 book ai didi

python - 我们可以在 GAE 中运行多处理池吗?

转载 作者:行者123 更新时间:2023-12-01 06:09:45 24 4
gpt4 key购买 nike

是否可以在gae中运行多处理池?

如果是,为什么我的代码在本地计算机上运行良好,但使用 django 远程 api 弹出以下错误消息:

File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/pool.py", line 148, in map
return self.map_async(func, iterable, chunksize).get()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/pool.py", line 422, in get
raise self._value TypeError: __init__() keywords must be strings

最佳答案

您将无法在生产服务器上运行多重处理,但如果您使用的是remote_api,那么您可以在本地运行脚本(使用多重处理)并让每个池进程通过remote_api调用与生产服务器进行通信.

如果您在服务器端代码中实际需要多进程样式操作,那么Mapper API非常适合此任务。

关于python - 我们可以在 GAE 中运行多处理池吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6531388/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com