摘要: $where = ''; $localogLogin = $this->gamedb_model->query_onerow("select `datetime` from logLogin order by id desc"); $posdatetime = $localogLogin['datetime']; if(empty()){ $where = "where datetime'$posdatetime'"; } $remountlist... 阅读全文
posted @ 2013-10-22 21:01 jackluo 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 最近做后台统计的工具,统计肯定是一个需要运算好久的数据容许一个用户在一个时间内进行操作,这个时候就需要用到锁了,将这个操作过程锁起来。在用了cache的时候,cache失效可能导致瞬间的多数并发请求穿透到数据库此时也可以得需要用锁在同一并发的过程中将这个操作锁定你也可以改用XCache 来写eAccelerator = function_exists("eaccelerator_lock"); if(!$this->eAccelerator) { $this->path = $path.($this->_mycrc32($name) % $th... 阅读全文
posted @ 2013-10-22 11:21 jackluo 阅读(788) 评论(0) 推荐(0) 编辑