search for: rgo

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

Did you mean: rao
2020 Sep 06
8
some questions about R internal SEXP types
...d SEXP value rather than just a C NULL. Also, whether C NULL is used to any great extent within the internal code. Note that the Go API provides a mechanism to easily reconvert the nil's used back to a R_NilValue when returning from a Go function[3]. thanks Dan Kortschak [1]https://github.com/rgonomic/rgo [2]https://github.com/rgonomic/rgo/issues/1 [3]https://pkg.go.dev/github.com/rgonomic/rgo/sexp?tab=doc#Value.Export
2008 Jul 01
4
How Do You Issue a Filename to Open in Open With?
How Do You Issue a Filename to Open in Open With? I want to allow win32's Repligo to open .rgo files in KDE. The string I'm using but doesn't work is ; Code: env WINEPREFIX="/home/default/.wine" wine "C:\Program Files\Cerience\RepliGo Viewer\RepliGoView.exe" %U Repligo is a fantastic PDF style document viewer and especially fast and good for PDA's. You...
2020 Sep 08
0
some questions about R internal SEXP types
...to other overheads. You can't hope, anyway, for being able to efficiently call tiny functions frequently between Go and R. This can only work for bigger functions, anyway, and then the Go-C overhead should not be important. > Note that there is a lot in WRE that's beyond what I want rgo to be > able to do (calling in to R from Go for example). In fact, there's just > a lot in WRE (it's almost 3 times the length of the Go language spec > and memory model reference combined). The issues around weak references > and external pointers are not something that I want...
2020 Sep 08
0
some questions about R internal SEXP types
.... Also, whether C NULL is used to any great > extent within the internal code. Note that the Go API provides a > mechanism to easily reconvert the nil's used back to a R_NilValue when > returning from a Go function[3]. > > thanks > Dan Kortschak > > [1]https://github.com/rgonomic/rgo > [2]https://github.com/rgonomic/rgo/issues/1 > [3]https://pkg.go.dev/github.com/rgonomic/rgo/sexp?tab=doc#Value.Export > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2008 Jan 23
7
Apache, Mongrel, Authentication
A question about mongrel, apache and authentication. I''ve got a Rails site with I think a very typical setup: a mongrel cluster behind an Apache proxy. So Apache''s handling the static stuff and it hands off dynamic content to mongrel. I want to put the site temporarily behind Apache''s basic authentication. What I get when I do this is that is a password prompt which
2007 Dec 13
4
Weird Mongrel error: Not starting.
Hi list, I have a problem with Mongrel which is really bugging me. I would really appreciate any help that anyone can provide to help me in solving this problem. 1. My setup: Apache front_end with mod_proxy_balancer in front of 4 mongrel/rails instances of my application. Rails 1.2.5 Ruby 1.8.6 Mongrel 1.1.1 2. I noticed that the CPU consumption on my server was 100% being consumed by ruby so I
2020 Sep 08
2
some questions about R internal SEXP types
...o calling, however each name access or attribute access (both of which are necessary for struct population - and structs may come in slices) is a Cgo call; these look ups go from ~nanosecond to ~hundred nanoseconds per lookup. > > Note that there is a lot in WRE that's beyond what I want rgo to be > > able to do (calling in to R from Go for example). In fact, there's > > just > > a lot in WRE (it's almost 3 times the length of the Go language > > spec > > and memory model reference combined). The issues around weak > > references > > an...
2008 Jan 30
3
Not all mongrel starting (Errno:EEXIST)
I''m playing with the mongrel clustering, and am having a problem getting 2 mongrels to start up reliably. This should be a pretty simple cluster, with just 2 instances running. My mongrel config (mongrel_cluster.yml) looks like: cwd: /deployment/installed/myapp/current log_file: log/mongrel.log port: "8000" environment: production address: 127.0.0.1 pid_file:
2020 Sep 08
0
some questions about R internal SEXP types
...dred nanoseconds > per lookup. Probably most data in R would be in vectors (as part of data frames), anyway. In some cases you may be able to cache the calls (some R objects are immutable, see WRE 5.9.10). Tomas > >>> Note that there is a lot in WRE that's beyond what I want rgo to be >>> able to do (calling in to R from Go for example). In fact, there's >>> just >>> a lot in WRE (it's almost 3 times the length of the Go language >>> spec >>> and memory model reference combined). The issues around weak >>> refer...
2020 Sep 07
0
some questions about R internal SEXP types
...that SEXP is the resulting value, causing the fall- > back > machinery to be skipped. This is helpful. Currently this will work in the low level SEXP API, though not in the hand-holding level (and I think this is probably a reasonable behavioural distinction); in the low level SEXP API in rgo/sexp there are two facilitated ways to return values to R, the Value.Pointer method and the Value.Export method, the first returns whatever the value of the SEXP is, C NULL, R_NilValue or non-null result, the second converts C NULL to R_NilValue before returning. However, in line with the Go philos...
2007 Oct 18
0
Mongrel-users Digest, Vol 21, Issue 16
...O incl. errors) > sar -d 1 0 ( look for excessive block device IO )? > > What sorts of things do other folks on this list look at? -- Posted via http://www.ruby-forum.com/. ------------------------------ Message: 6 Date: Thu, 18 Oct 2007 01:19:39 +0200 From: "Rafael G." <rgo at aspgems.com> Subject: Re: [Mongrel] proxy errors with apache2.2.3 + mongrels To: mongrel-users at rubyforge.org Message-ID: <4716988B.5020904 at aspgems.com> Content-Type: text/plain; charset="utf-8" Jacobo Garcia escribi?: > [Tue Oct 16 23:28:01 2007] [error] [client 67.1...
2007 Oct 17
9
proxy errors with apache2.2.3 + mongrels
I''ve posted this to rails-deployment as well. I have to administer a medium size rails app (1''5 million requests each day), recently I''ve switched from lighttpd + fcgi to apache + mongrel. In the following lines I am going to describe the platform: All machines are running Debian Etch, with 4 gb ram and dual core intel32 processors. Web server runs debian''s
2007 Nov 20
7
how to configure mongrel_cluster in windows
hi, how to configure mongrel_cluster in windows. mongrel_rails cluster::configure -e development -p 3000 -N 2 i have used this one its configured correctly then if i start the server it is throwing error.if any one knows how to configure help me with regards shiva -- Posted via http://www.ruby-forum.com/.
2007 Nov 13
16
mongrel startup fails now: already initialized constant OPTIONS
I updated to ruby 1.8.6p111 last night and updated some gems and now mongrel doesn''t work: MacOS 10.4.10 $ ruby --version ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin8.10.1] $ gem list rails *** LOCAL GEMS *** rails (1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6) Here''s a simple test: $ rails test5 create ... $ cd test5 $ script/server => Booting
2008 May 21
0
Errors in using gdb (PR#11496)
...qE8AOc5vBM+IaQCbONlK/mkajMc6eAvBFYGJLUo+JXcbtXXWP4UF9 YKA6MDi0GUF7MHF9f+L6MmhPE7vCrp6GajtuV5xLkTKJRCIRtBO0lw7tMqp0/aDmBDG0+y0g dtipNOOP6CeDRIrO7Y7jZKZQGSkIqVarg4ODspxAnHq9bgHG7BQDAwNQG/2DVRYlgiJUUjIq lP4zFGlMe8XodCOCn0xXoT1ZArWa3oygPZywUTjhveVCuwLR9Z1nTFMmkUgkgvZVR2wiR35S RzbmsmGXOavYuccAbwMTZlJ33fErgOrA6omBHbi94rUA2gfgox/wMACHZ4IipFyr1YRsl4u4 DNoBazvvwVW6R0o4DbXsISUdwYKfsa4wHVZ7+ofDIYD9xLSrlJmdZ2+Bw4UeoMvuMWVA+8QN 25M3MYX2+Ml2ZWX4b6UiQ2v8SsTvSoWgnUQiEbSTikA7G5rRqMXERkw2qtpBO7AlMB6SXhpE IcWa48fQ3vQB2quuO+i34KOXEDufJZmHDGKngJTVapU5w6BVmcVBaAdBOKN3KBocgvPIYZ0A nKNFHUIgEYR2zD8cBftYG/FqjIntHV1u0kfBx2...
2003 Dec 01
0
No subject
...odepages --with-swatdir=/opt/samba/share/swat one more thing, why i always get 'authorization failed' when using swat with that config (any user, not just root). thankx -- Yudhi Kusnanto (yudhi.akakom.ac.id) <-- change first . with @ STMIK Akakom Yogyakarta Return-Path: <aes.tatenergo.ru!sr-aes-003!sibievrr@sr-aes-002.aes.tatene rgo.ru> Delivered-To: samba@lists.samba.org Received: from sr-hq-001.tatenergo.ru (unknown [213.24.9.4]) by lists.samba.org (Postfix) with ESMTP id 9DB484172 for <samba@lists.samba.org>; Mon, 6 Aug 2001 20:46:07 -0700 (PDT) Received: by s...
2006 Jul 05
2
[Newbie] The pickaxe book and benchmark
Hello, I was reading the pickaxe book and then I arrived to the chapter "When trouble strikes" in the Benchmark section. I have this code: #!/usr/bin/ruby -w require ''benchmark'' include Benchmark LOOP_COUNT = 1_000_000 bm(12) do |test| test.report("normal:") do LOOP_COUNT.times do |x| y = x +1 end end
2020 Nov 21
0
Error in unsplit() with tibbles
...r, > Center for Statistics, Copenhagen Business School > Solbjerg Plads 3, 2000 Frederiksberg, Denmark > Phone: (+45)38153501 > Office: A 4.23 > Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com > > > > > > > > > > -- Mario Annau Founder and CEO Quantargo Tel: +43 1 348 44 55-11 | mario.annau at quantargo.com www.quantargo.com [[alternative HTML version deleted]]