yanglimingcn commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-2093886654
> > > @yanglimingcn 请问这个PR是意味着可以跨tag使用bthread同步原语了吗? 使用中是否还有需要在注意的问题呢?
> >
> >
> > 是的,使用过程中没有什么要注意的,和原来的语义保持一致。
>
> 太赞了! 准备开始使用bthread worker pool的特性了。
有问题可以随时沟通
ketor commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-2093121074
> > @yanglimingcn 请问这个PR是意味着可以跨tag使用bthread同步原语了吗? 使用中是否还有需要在注意的问题呢?
>
> 是的,使用过程中没有什么要注意的,和原来的语义保持一致。
太赞了! 准备开始使用bthread worker pool的特性了。
--
This is an automated message fro
yanglimingcn commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-2081780448
> @yanglimingcn 请问这个PR是意味着可以跨tag使用bthread同步原语了吗? 使用中是否还有需要在注意的问题呢?
是的,使用过程中没有什么要注意的,和原来的语义保持一致。
--
This is an automated message from the Apache Git Service.
To respond to the me
ketor commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-2080862340
@yanglimingcn
请问这个PR是意味着可以跨tag使用bthread同步原语了吗? 使用中是否还有需要在注意的问题呢?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
wwbmmm merged PR #2551:
URL: https://github.com/apache/brpc/pull/2551
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
F
wwbmmm commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-1987537343
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-m
yanglimingcn commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-1983124012
@wwbmmm 辛苦有时间review这个PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comm
yanglimingcn commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-1974197342
> @wwbmmm 这个PR有一个点没有处理到 int TaskGroup::interrupt(bthread_t tid, TaskControl*
c) 这个函数里面在sleep_id != 0,这部分,因为无法拿到tid原来的执行上下文信息,所以没有办法得到正确的tag分组。你看这块怎么处理合适呢?
修改了一下,给bthread_interrupt
yanglimingcn commented on PR #2551:
URL: https://github.com/apache/brpc/pull/2551#issuecomment-1970341448
@wwbmmm 这个PR有一个点没有处理到
int TaskGroup::interrupt(bthread_t tid, TaskControl* c) 这个函数里面在sleep_id !=
0,这部分,因为无法拿到tid原来的执行上下文信息,所以没有办法得到正确的tag分组。你看这块怎么处理合适呢?
--
This is an automated mes
yanglimingcn opened a new pull request, #2551:
URL: https://github.com/apache/brpc/pull/2551
### What problem does this PR solve?
Issue Number:
Problem Summary:
### What is changed and the side effects?
Changed:
Side effects:
- Performance effects(性能影响):
10 matches
Mail list logo