triump2020 commented on issue #1136:
URL: https://github.com/apache/incubator-brpc/issues/1136#issuecomment-651534879
> > @kof02guy 从 ObjectPool 中分配的对象所占用的内存是不会归还给系统的,如果到达最大值,再从里面分配,会返回null.
> > 这个最大值从代码看目前不能调整, 是const 常量.
> > ObjectPool 适用于分配比较固定大小的
,且生命周期比较短暂的,分配完之后,可能过一会儿就归还给Pool的o
kof02guy commented on issue #1136:
URL: https://github.com/apache/incubator-brpc/issues/1136#issuecomment-651479910
> @kof02guy 从 ObjectPool 中分配的对象所占用的内存是不会归还给系统的,如果到达最大值,再从里面分配,会返回null.
> 这个最大值从代码看目前不能调整, 是const 常量.
> ObjectPool 适用于分配比较固定大小的
,且生命周期比较短暂的,分配完之后,可能过一会儿就归还给Pool的object。这样
Very cool Was this the gent who just joined?
--
Kevin A. McGrail
Member, Apache Software Foundation
Chair Emeritus Apache SpamAssassin Project
https://www.linkedin.com/in/kmcgrail - 703.798.0171
On Sun, Jun 28, 2020 at 10:39 AM tan zhongyi wrote:
> Hi, all,
>
> I joined tencent two weeks ago,
Hello!
--
Kevin A. McGrail
Member, Apache Software Foundation
Chair Emeritus Apache SpamAssassin Project
https://www.linkedin.com/in/kmcgrail - 703.798.0171
On Mon, Jun 29, 2020 at 11:17 AM James Ge wrote:
> Welcome!
>
> On Mon, Jun 29, 2020 at 10:56 AM heyuyi0906 wrote:
>
> > Hi,all
> > 首先自我介
triump2020 commented on issue #1136:
URL: https://github.com/apache/incubator-brpc/issues/1136#issuecomment-651244237
@kof02guy 从 ObjectPool 中分配的对象所占用的内存是不会归还给系统的,如果到达最大值,再从里面分配,会返回null.
这个最大值从代码看目前不能调整, 是const 常量.
ObjectPool 适用于分配比较固定大小的
,且生命周期比较短暂的,分配完之后,可能过一会儿就归还给Pool
triump2020 opened a new issue #1150:
URL: https://github.com/apache/incubator-brpc/issues/1150
Hi Contributors and Jamesge !
Brpc 在性能上确实优于很多目前rpc 框架, 但是在看源码过程中,发现resource_pool_inl.h 中 add_block
函数好像有个问题, 当然也有可能是我的误解,望解答,谢谢! 下面是add_block 函数中的 一个do-while 循环,问题出在do-while
的最后返回
Welcome!
On Mon, Jun 29, 2020 at 10:56 AM heyuyi0906 wrote:
> Hi,all
> 首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。
> 优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。
> 从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。
> 我们的brpc内部版本改动包括:
> 1)naming service与load balanc
Thanks,jiashun.
Any more important changes from other committers?
在 2020/6/29 下午4:55,“JiashunZhu” 写入:
I have listed some noticeable changes and the related links. It can be used
as our next release notes.
* Fix bug that time unit is not listed in grpc timeout options.
https://
I have listed some noticeable changes and the related links. It can be used
as our next release notes.
* Fix bug that time unit is not listed in grpc timeout options.
https://github.com/apache/incubator-brpc/pull/1036
* Fix heap overflow in simple_data_pool
https://github.com/apache/incubator-brpc
Welcome yuyi to the community!
I am jiashun and currently I am involved in the building of the community.
If there is some features that you think can be patched from Tencent to the
source, you can make a pull request.
If you have any questions about the code, the community, or the design,
feel fr
Welcome!
tan zhongyi 于2020年6月29日周一 上午11:11写道:
> BTW: Let me translate his introduction into English to help more people to
> understand.
>
> Hi,all
>
> First of all, I'd like to introduce myself. My name is HeYuyi. After
> graduation, I have been working in Shanghai Tencent Youtu Laboratory for
11 matches
Mail list logo