搜索

大约有 49 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0056秒)

1.XSServer::read

read() 方法 protected string read(int $len) $len int 要读入的长度 {return} string 成功时返回读到的字符串 源码: sdk/php/lib/XSServer.class.php#L404 (显示) protected function read($len){ // quick return for zero size if ($len == 0) { retu...

2.xunsearch XSServer::read读取数据性能

更新时间:2014-01-16 13:01 t By xjflyttp

...二次则会下降到0.6秒 使用xhprof调试发现瓶颈位于 XSServer::read 中的 fread() 占用的时间是整个php开销的98.1% 这个是存储性能瓶颈导致的? 谢谢

3.RE: xunsearch XSServer::read读取数据性能

发布时间:2014-01-21 12:01 t By hightman

这是C/S程序,fread是从网络上读取数据。应该是你要看性能要看服务端的,你这个应该是文件系统没有缓存所以第一次比较慢。

4.XSServer::getRespond

.../lib/XSServer.class.php#L334 (显示) public function getRespond(){ // read data from server $buf = $this->read(8); $hdr = unpack('Ccmd/Carg1/Carg2/Cblen1/Iblen', $buf); $res = new XSCommand($hdr); $res->buf = $this->read($hdr['blen']); $res->buf1 = $this->read($hdr['blen1']); ...

5.xdb追加的遍历接口

发布时间:2012-06-17 13:06 t By hit

...index = -1; xdb_tree_plist _xdb_tree_plist = NULL; void _xdb_next_tree_read(xdb_t x, xptr_t ptr) { if (ptr->len != 0) { unsigned char buf[XDB_MAXKLEN + 18]; int vlen, voff; vlen = sizeof(buf) - 1; if (vlen > ptr->len) vlen = ptr->len; _xdb_read_data(x, buf, ptr->off, ...

6.xdb文件读取小BUG

发布时间:2011-11-15 15:11 t By scgywx

...to_xtree_node函数 buf = (unsigned char *) malloc(ptr->len + 1); _xdb_read_data(x, buf, ptr->off, ptr->len);//这里590行 /* save the key & value -> xtree */ voff = buf[16] + 17; 第590行,当_xdb_read_data文件读取失败时(如果offset超过文件大小就会失败),程序还...

7.xunsearch每天凌晨4点左右挂掉(log)

发布时间:2013-05-20 11:05 t By tendyming

... ERROR [sock:17] xapian exception on sending doc (ERROR:The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation) 2013-05-15 00:34:29 worker3[15254] ERROR [sock:17] xapian exception on sending doc (ERROR:The revision being read has been discard...

8.好消息,scws-0.0.1 pre 版发布!!

发布时间:2007-06-09 11:06 t By hightman

...Sat Jun 9 13:49:56 2007 *************** *** 2,8 **** * @file xdb.h (read only) * @author Hightman Mar * @editor set number ; syntax on ; set autoindent ; set tabstop=4 (vim) ! * $Id: xdb.h,v 1.1.1.1 2007/06/05 04:19:45 hightman Exp $ */ #ifndef _SCWS_XDB_20070525_H_ --- ...

9.Overflow bug

发布时间:2010-12-30 00:12 t By hovea

函数 _xdb_read_data 在xdb.c中, memset((void *)((char *)buf + len), 0, 1) 造成内存溢出

10.RE: 拼音转换问题

发布时间:2013-08-21 20:08 t By wjliuleidian

谢谢 hightman 这个接口是read log_db中的内容吧。一个项目会有一个log_db。 如果按照项目来,那样会不会有什么不好的地方呢?

12345
  • 时间不限
  • 按相关性排序