 推荐学习书目
› Python Cookbook
推荐学习书目
› Python Cookbook|  |      1c      2010-11-19 11:28:53 +08:00 有提供方案,主要是导出数据麻烦 | 
|  |      3keakon      2010-11-19 12:25:24 +08:00 昨天我也遇到访问自己的域名(没用反向代理)就很慢的问题,但是后台查响应时间也就10~20ms,而且ex.noerr.eu.org却很正常,多访问几次后发现我的也恢复了… 目前要移出的话只提供了方案,没有第三方去做这个服务 你可以自己架设在Amazon EC2上,但部分服务不可用 | 
|  |      4timshi      2010-11-19 12:46:23 +08:00 @keakon Could it be because there's not enough traffic to your site? When there's not a lot of traffic to your app, GAE shuts down your application server so other app can run on the machine. And because of that, when there's a request for your app, it needs to bring it up again therefore causing longer response time. | 
|  |      5yoyicue      2010-11-19 12:54:27 +08:00 | 
|  |      6keakon      2010-11-19 13:05:31 +08:00 | 
|  |      8keakon      2010-11-19 13:32:00 +08:00 you8g用的就是反向代理 我是用一个可以直接访问的ghs IP去访问的 | 
|  |      10paloalto OP @keakon 很多情况下www.jiyin.it这个域名都打不开,挂上vpn后就能打开了。。。但是geekiwi.appspot.com这个不用挂vpn就能一直都能访问…… 这个可以判断是you8g的问题吧? | 
|  |      11c      2010-11-19 13:42:22 +08:00 |