scala 的谷歌应用程序引擎上的异步?

发布于 2024-10-10 15:40:39 字数 285 浏览 0 评论 0原文

谷歌应用程序引擎的新(实验性、开源)Python API 充分利用了 Python 的异步功能,可以方便地允许重叠操作:http://neopythonic.blogspot.com/2011/01/new-app-engine-datastore-api.html。使用 Scala(或者可能是其他 JVM 语言)实现同样的目标需要克服哪些障碍?

The new (experimental, open sourced) python API for google app engine makes sophisticated use of Python's async capabilities to conveniently allow overlapped operations: http://neopythonic.blogspot.com/2011/01/new-app-engine-datastore-api.html. What hoops would I have to jump through to achieve the same thing using Scala (or maybe some other JVM language)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

远山浅 2024-10-17 15:40:39

您可以使用 Java 异步数据存储区 API 来执行此操作。如果您想让它更加“scala-esque”,您可能需要自己编写包装器。

You can do this using the Java Async Datastore API. If you want to make it more 'scala-esque', you'll probably need to write the wrapper yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文