This topic created in 5734 days ago, the information mentioned may be changed or developed.
看到 member signup 的时候 num 字段是用 Counter 中的 member.max & member.total 来计算的。
访问量大的时候,两人在一个时间片段内同时请求,会得到相同的 member.max,进而获得相同的 num 值
是不是有问题?
1 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
Livid Aug 16, 2010
1. 目前还不会到那么大的量,加了 reCAPTCHA 之后就更不可能。
2. GAE 支持 transaction,不过目前我承认我还没弄明白。
3. datastore 在创建一个新用户时候的一系列读写操作可能会用掉数百毫秒,是最大的问题。
|