如何将 Google App Engine 的内存缓存与 Quercus 结合使用?
在 http://blog.caucho.com/?p=196 上,他们制作了 Quercus使用 PHP 运行 App Engine 的数据存储区。他们的来源位于 http://wordpress-on-quercus.appspot .com/wordpress-on-gae-quercus.zip
我想对他们的 Google App Engine 内存缓存执行类似的操作,最好全部在 PHP 代码中,因为 Quercus 在 PHP 代码中允许使用“导入”命令。
On http://blog.caucho.com/?p=196, they have made Quercus run App Engine's datastore with PHP. Their source is at http://wordpress-on-quercus.appspot.com/wordpress-on-gae-quercus.zip
I would like to do something similar with their Google App Engine's memcache, preferably all in the PHP code since Quercus has the "import" command allowed within the PHP code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我解决了。
I solved it.