search for: grpc

Displaying 18 results from an estimated 18 matches for "grpc".

Did you mean: grp
2018 Dec 27
2
compiling fedora srpm on CentOS
I tried installing fedora grpc srpm on CentOS and ran into following error when installing srpm. I understand fedora makes use of more recent versions of openssl, glibc etc but why should this happen when installing source rpm? Any pointers/articles on how to go about building fedora srpms on CentOS? Any way out other than buil...
2018 Oct 05
1
unable to load shared object
Thanks for asking. The path where R tries to load the dll from does not exist I think (or the install process deletes it after the error - might this be the case?): C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/grpc/libs/x64/grpc.dll' When I am checking after the error that path is only valid up to: C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/ So maybe (?) the install process wrongly assums that the package is installed (but it never was) and than it executes ** testing if installed package can b...
2018 Oct 02
2
R grpc
Hello, I am looking for a prebuild - binary MS Windows version of the R grpc package https://github.com/nfultz/grpc best regards Witek -- Witold Eryk Wolski
2018 Dec 19
2
grpc packages
Is there any repository/location where we can grab prebuilt grpc packages for CentOS? Any pointers appreciated. Thanks.
2018 Oct 02
1
How do I set a compile flag _WIN32_WINNT=0x600 in Makevars.Win
Sorry for bothering you I am trying to build the R grpc package on windows: https://github.com/nfultz/grpc against an MSYS2 build of grpc. when running devtools::install() I am getting the following error: C:/msys64/mingw64/include/grpc/impl/codegen/port_platform.h:47:2: error: #error "Please compile grpc with _WIN32_WINNT of at least 0x600 (aka...
2018 Dec 20
0
grpc packages
For which language? For golang, it seems to be in EPEL: http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/g/golang-github-grpc-grpc-go-devel-1.0.0-0.2.git231b4cf.el7.noarch.rpm On Wed, Dec 19, 2018 at 11:55 PM sthustfo <sthustfo at gmail.com> wrote: > > Is there any repository/location where we can grab prebuilt grpc packages > for CentOS? Any pointers appreciated. > > Thanks. > __________________...
2018 Oct 02
0
R grpc
Hello, Do you really need a prebuild binary? Wouldn't this do it? devtools::install_github("nfultz/grpc") Hope this helps, Rui Barradas ?s 20:14 de 02/10/2018, Witold E Wolski escreveu: > Hello, > > I am looking for a prebuild - binary MS Windows version of the R grpc package > https://github.com/nfultz/grpc > > best regards > Witek > >
2018 Apr 04
2
glusterd2 problem
...dpoints="http://192.168.222.24:2379" keyfile= logdir=/var/log/glusterd2/store name=10641b8a-7135-4694-9b90-955827c8eba9 purls="http://192.168.222.24:2380" source="[embed.go:32:store.newEmbedStore]" trustedcafile= 2018-04-04 09:28:17.071331 I | etcdserver/api/v3rpc: grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: dial tcp 192.168.222.24:2379: getsockopt: connection refused"; Reconnecting to {192.168.222.24:2379 <nil>} 2018-04-04 09:28:18.071206 I | etcdserver/api/v3rpc: grpc: addrConn.resetTr...
2009 Jun 17
2
Re gression by groups questions
...1, data = data2) Residuals: Min 1Q Median 3Q Max -1.338348 -0.092069 -0.002844 0.094813 1.259094 Coefficients: Estimate Std. Error t value Pr(>|t|) grpA -0.01943 0.08442 -0.230 0.818 grpB 1.98345 0.08442 23.495 < 2e-16 *** grpC 0.51002 0.08442 6.042 4.66e-09 *** grpA:x1 1.03376 0.11769 8.784 < 2e-16 *** grpB:x1 2.02563 0.11769 17.212 < 2e-16 *** grpC:x1 4.83101 0.11769 41.050 < 2e-16 *** grpA:x2 1.02371 0.09664 10.593 < 2e-16 *** grpB:x2 4.00069 0.09664 41.396 < 2e-16...
2000 Oct 09
4
lm question
I have not really used lm before and I was hoping for some help on a simple problem. Here is a toy version of the problem I want to solve. y x grp -.9 1 a -.8 2 a -.7 3 a -.7 1.5 b -.5 2.5 b -.3 3.5 b -.19 2.7 c -.11 3.7 c -.41 4.7 c I want to fit a model that has one y-intercept and three slopes, one for
2018 Apr 06
0
glusterd2 problem
...; http://192.168.222.24:2379" keyfile= logdir=/var/log/glusterd2/store > name=10641b8a-7135-4694-9b90-955827c8eba9 purls="http://192.168.222.24:2 > 380" source="[embed.go:32:store.newEmbedStore]" trustedcafile= > 2018-04-04 09:28:17.071331 I | etcdserver/api/v3rpc: grpc: > addrConn.resetTransport failed to create client transport: connection > error: desc = "transport: dial tcp 192.168.222.24:2379: getsockopt: > connection refused"; Reconnecting to {192.168.222.24:2379 <nil>} > 2018-04-04 09:28:18.071206 I | etcdserver/api/v3rpc: grpc:...
2012 Jun 11
1
[LLVMdev] anti-dependency breaking and mask/shift dependencies
On Mon, 11 Jun 2012 08:56:21 -0700 Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote: > > On Jun 11, 2012, at 8:07 AM, Hal Finkel wrote: > > > Also, I think the following might work well: If we add a special > > kind of register dependency called a 'remembered' register. This is > > not a real dependency meaning that that the instruction does not >
2019 Dec 12
2
Network RPCs in LLVM projects
...tive, every 10ms counts) - security - proxy traversal, probably - sensible behavior under load - auth is probably nice-to-have I don't think this is something we want to build from scratch, I hear portable networking is hard :-) The most obvious thing is to depend on something like Thrift, grpc, etc, but these aren't trivial dependencies to take on. They could probably be structured as an optional CMake dependency, which we'd want to ask distributors to enable. Have other projects had anything like these requirements? Any solutions, or desire to use such infrastructure? I saw som...
2019 Dec 13
2
Network RPCs in LLVM projects
On Fri, Dec 13, 2019 at 2:12 PM Chris Bieneman via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On Dec 12, 2019, at 5:58 AM, Sam McCall via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Short version: clangd would like to be able to build a client+server that > can make RPCs across the internet. An RPC system isn't a trivial dependency > and
2020 Nov 24
0
nginx-1.19.5
...*) Feature: the same source files can now be specified in different modules while building addon modules. *) Bugfix: SSL shutdown did not work when lingering close was used. *) Bugfix: "upstream sent frame for closed stream" errors might occur when working with gRPC backends. *) Bugfix: in request body filters internal API. -- Maxim Dounin http://nginx.org/
2020 Nov 24
0
nginx-1.19.5
...юч -e. *) Добавление: при сборке дополнительных модулей теперь можно указывать одни и те же исходные файлы в разных модулях. *) Исправление: SSL shutdown не работал при закрытии соединений с ожиданием дополнительных данных (lingering close). *) Исправление: при работе с gRPC-бэкендами могли возникать ошибки "upstream sent frame for closed stream". *) Исправление: во внутреннем API для обработки тела запроса. -- Maxim Dounin http://nginx.org/
2006 Mar 10
1
One way ANOVA with NO model
I'd like to do a simple one-way ANOVA comparing the means of 6 groups. But it seems like the only way to do an ANOVA in R is to specify some sort of model, where there is an outcome or dependent variable that is a function of independent variables (linear model). But I don't have a linear model, I just want to do a simple ANOVA (and f-test) to compare the means. How do I do
2017 Apr 19
2
RPC on LLVM IR: any example programs for this?
Hi Lang, Thanks for your reply! It seems that the code of ORC has been changed a lot these months. Actually what I wanted to see then was quite simple, Let's say we have two modules M1.bc and M2.bc, and in M1 we want to call function foo(defined in M2.bc)with the function type int foo(float, char*){...} what basic steps do I need to do to make M1.bc call foo remotely? BTW, does the