[GitHub] [incubator-brpc] Tuvie commented on issue #1945: rdma分支存在内存泄漏问题

2022-10-28 Thread GitBox
Tuvie commented on issue #1945: URL: https://github.com/apache/incubator-brpc/issues/1945#issuecomment-1294621087 > 具体是什么类型的polling需求呢?polling也有些副作用。我还在考虑应该怎么去实现更好 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-brpc] wasphin commented on a diff in pull request #1972: Add release_en doc

2022-10-28 Thread GitBox
wasphin commented on code in PR #1972: URL: https://github.com/apache/incubator-brpc/pull/1972#discussion_r1007897388 ## community/release_cn.md: ## @@ -615,3 +613,11 @@ Incubating community who made this release possible! Best Regards, Apache brpc (Incubating) community ```

[GitHub] [incubator-brpc] wwbmmm commented on issue #1532: tensorflow中pthread线程池是否生效?

2022-10-28 Thread GitBox
wwbmmm commented on issue #1532: URL: https://github.com/apache/incubator-brpc/issues/1532#issuecomment-1294814279 > 那brpc的worker线程和tensorflow自己的线程肯定会产生资源竞争吧 怎么去平衡这个关系呢 不同线程肯定会竞争cpu,确保分配足够多的cpu即可。 -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-brpc] wwbmmm commented on a diff in pull request #1972: Add release_en doc

2022-10-28 Thread GitBox
wwbmmm commented on code in PR #1972: URL: https://github.com/apache/incubator-brpc/pull/1972#discussion_r1007904388 ## community/release_cn.md: ## @@ -615,3 +613,11 @@ Incubating community who made this release possible! Best Regards, Apache brpc (Incubating) community ``` +

[GitHub] [incubator-brpc] thorneliu opened a new pull request, #1973: fix HTTP invalid host issue for channel not inited by http(s)

2022-10-28 Thread GitBox
thorneliu opened a new pull request, #1973: URL: https://github.com/apache/incubator-brpc/pull/1973 ### What problem does this PR solve? Issue Number: https://github.com/apache/incubator-brpc/issues/1940 Problem Summary: Invalid host in HTTP header if setting host via serv

Re: [DISCUSS] Graduate Apache brpc (incubating) as a TLP

2022-10-28 Thread fisherman
+1, wait for 5 years Jerry Tan 于2022年10月26日周三 17:01写道: > Hi, guys, > > > Apache brpc (incubating) has learned and grown much since our > > incubation in 2018-11-13. It is almost 4 years now. How time flies. > > > Now, I'm glad to call on a discussion about whether we are ready for > graduation.

[GitHub] [incubator-brpc] wasphin commented on issue #1940: Invalid host in HTTP header if setting host via service_name for channel inited by list or file

2022-10-28 Thread GitBox
wasphin commented on issue #1940: URL: https://github.com/apache/incubator-brpc/issues/1940#issuecomment-1295113341 Is it possible that we fix the host field after a server has been selected? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-brpc-website] wasphin opened a new issue, #104: 修正外部资源引用问题

2022-10-28 Thread GitBox
wasphin opened a new issue, #104: URL: https://github.com/apache/incubator-brpc-website/issues/104 Site Check For Podling: https://whimsy.apache.org/pods/project/brpc ``` $ git grep 'www.google-analytics.com' themes/docsy/assets/vendor/bootstrap/site/_includes/header.html:37:

[GitHub] [incubator-brpc] congxinbo commented on issue #1532: tensorflow中pthread线程池是否生效?

2022-10-28 Thread GitBox
congxinbo commented on issue #1532: URL: https://github.com/apache/incubator-brpc/issues/1532#issuecomment-1295710036 > > 那brpc的worker线程和tensorflow自己的线程肯定会产生资源竞争吧 怎么去平衡这个关系呢 > > 不同线程肯定会竞争cpu,确保分配足够多的cpu即可。 机器cpu固定的情况下 如果是高并发请求到server,而server内部又要调用tf去计算 worker对应的线程少了会导致服务阻塞耗时增加