gucoi
gucoi
mark,do you have sovle the problem.
when i ssh a linux terminal , the sz / rz will failed. already fix it ??
> I'm not sure whether the rs&zs function should belong to the terminal or the ssh client program in your computer? rz & sz , a command, quickly download and...
do you fix it? now ?
> 感谢贡献!确实如果 LSM 增加 context 的话更好,只是这样就需要修改所有 analyzers 了。。 > > > 也可以避免一些多线程处理流的问题 > > 其实并不存在多线程问题,因为目前每个流是分配到一个固定的 worker 线程处理,对每个 analyzer 实例而言是单线程的 是这样的, 可以抽象化一个 context 出来, 可能工程量稍微比较大一点,好处就是比现在代码来讲相对好理解一点,可能从逻辑角度上更好理解一点,如果需要的话,我可以提交更多的 commit 来完成这一工作. 改完之后可以在处理流的过程中多线程处理.