You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/01/17 11:24:46 UTC

[GitHub] [incubator-brpc] htn4179 opened a new issue #1025: brpc

htn4179 opened a new issue #1025: brpc
URL: https://github.com/apache/incubator-brpc/issues/1025
 
 
   **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
   
   
   **Describe the solution you'd like (描述你期望的解决方法)**
   
   
   **Describe alternatives you've considered (描述你想到的折衷方案)**
   
   
   **Additional context/screenshots (更多上下文/截图)**
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] htn4179 removed a comment on issue #1025: brpc lack of rwlock implementation

Posted by GitBox <gi...@apache.org>.
htn4179 removed a comment on issue #1025: brpc lack of rwlock implementation
URL: https://github.com/apache/incubator-brpc/issues/1025#issuecomment-576087063
 
 
   #1031 is classic and less flag and status,
   #1026 has more flag and status, We maximize the read performance,
   So, I think it is your choice

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] htn4179 closed issue #1025: brpc

Posted by GitBox <gi...@apache.org>.
htn4179 closed issue #1025: brpc
URL: https://github.com/apache/incubator-brpc/issues/1025
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] htn4179 commented on issue #1025: brpc lack of rwlock implementation

Posted by GitBox <gi...@apache.org>.
htn4179 commented on issue #1025: brpc lack of rwlock implementation
URL: https://github.com/apache/incubator-brpc/issues/1025#issuecomment-576087063
 
 
   #1031 is classic and less flag and status,
   #1026 has more flag and status, We maximize the read performance,
   So, I think it is your choice

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] hairet commented on issue #1025: brpc lack of rwlock implementation

Posted by GitBox <gi...@apache.org>.
hairet commented on issue #1025: brpc lack of rwlock implementation
URL: https://github.com/apache/incubator-brpc/issues/1025#issuecomment-575973899
 
 
   you can use this commit,we implement rwlock,and I commit in my fork recently

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] hairet commented on issue #1025: brpc lack of rwlock implementation

Posted by GitBox <gi...@apache.org>.
hairet commented on issue #1025: brpc lack of rwlock implementation
URL: https://github.com/apache/incubator-brpc/issues/1025#issuecomment-576082950
 
 
   > so which one is the latest? #1031 or #1026?
   
   the implementation in 1031 will be more clear,it should be the latest
   
   but in 1031 I got some error when travis-ci do linking like 
   bvar_percentile_unittest.cpp:(.text+0x35): undefined reference to `bvar::detail::Percentile::Percentile()'
   this seems unreasonable as bavr test and bavr cc_library are not modified in my commit

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] zyearn commented on issue #1025: brpc lack of rwlock implementation

Posted by GitBox <gi...@apache.org>.
zyearn commented on issue #1025: brpc lack of rwlock implementation
URL: https://github.com/apache/incubator-brpc/issues/1025#issuecomment-576006843
 
 
   so which one is the latest? https://github.com/apache/incubator-brpc/pull/1031 or https://github.com/apache/incubator-brpc/pull/1026?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] htn4179 opened a new issue #1025: brpc

Posted by GitBox <gi...@apache.org>.
htn4179 opened a new issue #1025: brpc
URL: https://github.com/apache/incubator-brpc/issues/1025
 
 
   we want to use bthread_rwlock_t in our program, but it seems that brpc did not implemented.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] hairet commented on issue #1025: brpc lack of rwlock implementation

Posted by GitBox <gi...@apache.org>.
hairet commented on issue #1025: brpc lack of rwlock implementation
URL: https://github.com/apache/incubator-brpc/issues/1025#issuecomment-575973844
 
 
   https://github.com/hairet/brpc/commit/b2f23243ba3127db82d7ee17e6caba40bead0ef3

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] htn4179 commented on issue #1025: brpc lack of rwlock implementation

Posted by GitBox <gi...@apache.org>.
htn4179 commented on issue #1025: brpc lack of rwlock implementation
URL: https://github.com/apache/incubator-brpc/issues/1025#issuecomment-576087186
 
 
   > so which one is the latest? #1031 or #1026?
   
   #1031 is classic and less flag and status,
   #1026 has more flag and status, We maximize the read performance,
   So, I think it is your choice

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org