GAE 开发服务器忽略 "threadsafe" 标志
GAE development server ignores "threadsafe" flag
我正在为我的 GAE 应用程序 (Java) 使用带有 Cloud Tools 插件的 eclipse。我试图让我的 servlet 分派多个请求,所以我在 appengine-web.xml 中添加了标志 <threadsafe>true</threadsafe>
。但是无论标志值如何,开发服务器 keeps 调度请求串行(在单线程中)。
当我将项目部署到生产环境时,在那里工作正常。它也曾经与 Eclipse 的 Google 插件一起工作。所以我认为问题出在 Cloud Tools 插件或我如何使用它。
ps: 标志值 keeps 被忽略,即使它不是有效的布尔值。
感谢帮助!
目前 Cloud Tools for Eclipse 插件不支持本地多线程run/debug:https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/498#issuecomment-250295446
我正在为我的 GAE 应用程序 (Java) 使用带有 Cloud Tools 插件的 eclipse。我试图让我的 servlet 分派多个请求,所以我在 appengine-web.xml 中添加了标志 <threadsafe>true</threadsafe>
。但是无论标志值如何,开发服务器 keeps 调度请求串行(在单线程中)。
当我将项目部署到生产环境时,在那里工作正常。它也曾经与 Eclipse 的 Google 插件一起工作。所以我认为问题出在 Cloud Tools 插件或我如何使用它。
ps: 标志值 keeps 被忽略,即使它不是有效的布尔值。
感谢帮助!
目前 Cloud Tools for Eclipse 插件不支持本地多线程run/debug:https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/498#issuecomment-250295446