shiyi23
shiyi23
> When tryng to build runtime-cpp-demo in runtime/Cpp/demo/Linux/main.cpp as C++20, I get the following error message: > > ``` > src/antlr4/runtime/Cpp/demo/Linux/main.cpp:24:104: error: no matching function for call to ‘antlr4::ANTLRInputStream::ANTLRInputStream(const char8_t...
> 公司的设备是千兆万兆的,用read和write这种io不满足性能要求,必须要用writev和readv,但是发现很难适配,因为调用回调函数的时候是发送整个buffer,没办法用iovec来存数据 请问是类似solarflare这样的急速网卡么?
这属于Cpp并发编程的东西了
> Could you please illustrate your design in the PR desc (seems like the original design in Sentinel 1.8.x) and describe your scenario? > 3ks for contributing, i will review...
> 有尝试过使用rdma_performance的example进行测试吗 大佬,rdma_performance这个example我已经编译好了,请问能给个运行参数示例么?就只需要服务名、端口号这两个命令行入参就可以了么?比如 服务端: ./server 30801 客户端: ./client 服务端ip 30801
> server设置port,client设置servers=ip:port。其他参数可以设置attachment_size、thread_num等。 更详细的可以看下.c里面开放的参数 感谢答疑!
我解决了,看我提交的pr,在DiskFile.java文件的第309行补上private RandomAccessFile in; 就可以通过编译了,整个系统就都可以编译通过了
/assign @shiyi23