Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 GAE 上创建一个应用程序,该应用程序需要使用 GET 方法从远程服务器获取数据。以顺序方式执行此操作相当慢;首先发出请求,获得响应,处理它,然后处理下一个请求等。是否可以并行执行所有这些操作?
是的,您可以使用 https://developers.google.com/appengine/docs/python/urlfetch/asynchronousrequests进行异步调用