Hello, I'm using Rserve with Java and although it works OK for 50 or 60 requests, eventually Rserve simply stops responding and I have to force-quit and restart Rserve. During this time the JVM is fine and Tomcat (app server) is fine, too. The basic Java code does this: -------------------------------------------- 1. Create an R Connection 2. Execute an R Script via Rserve "eval" statements 3. Close the R Connection. I was going to use a memory profiler to see what was going on but Tomcat is not showing any Java-code memory leaks. Looking at the Rserve page, I see everything about the Rseve author...except for a way to contact him (unless I somehow missed that.) This may not be the correct R forum to ask this question, but I need to start somewhere. *** Note, in the past I've posted messages like this to the R developer forum only to be told that that programming forum is not the right forum as it's only for "pure" R programming *** Would appreciate any suggestions. Thanks, - M Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. [[alternative HTML version deleted]]
?maintainer ## i.e. maintainer("rserve") Also, please search. A web search on simply "rserve" brought up what appeared to be many relevant hits. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Nov 13, 2017 at 4:48 AM, Morkus via R-help <r-help at r-project.org> wrote:> Hello, > > I'm using Rserve with Java and although it works OK for 50 or 60 requests, > eventually Rserve simply stops responding and I have to force-quit and > restart Rserve. During this time the JVM is fine and Tomcat (app server) is > fine, too. > > The basic Java code does this: > -------------------------------------------- > 1. Create an R Connection > 2. Execute an R Script via Rserve "eval" statements > 3. Close the R Connection. > > I was going to use a memory profiler to see what was going on but Tomcat > is not showing any Java-code memory leaks. > > Looking at the Rserve page, I see everything about the Rseve > author...except for a way to contact him (unless I somehow missed that.) > > This may not be the correct R forum to ask this question, but I need to > start somewhere. > > *** Note, in the past I've posted messages like this to the R developer > forum only to be told that that programming forum is not the right forum as > it's only for "pure" R programming *** > > Would appreciate any suggestions. > > Thanks, > > - M > > Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted > email. > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
> I see everything about the Rseve author...except for a way > to contact him (unless I somehow missed that.)Look at the BugReports and Maintainer components of packageDescription("Rserve"). Use the former if it exists - it is typically a URL. The latter is also given by maintainer("Rserve"). Or use utils::bug.report(package="Rserve") to make a bug report on the package. It uses the above logic to decide how to submit the report. Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Nov 13, 2017 at 4:48 AM, Morkus via R-help <r-help at r-project.org> wrote:> Hello, > > I'm using Rserve with Java and although it works OK for 50 or 60 requests, > eventually Rserve simply stops responding and I have to force-quit and > restart Rserve. During this time the JVM is fine and Tomcat (app server) is > fine, too. > > The basic Java code does this: > -------------------------------------------- > 1. Create an R Connection > 2. Execute an R Script via Rserve "eval" statements > 3. Close the R Connection. > > I was going to use a memory profiler to see what was going on but Tomcat > is not showing any Java-code memory leaks. > > Looking at the Rserve page, I see everything about the Rseve > author...except for a way to contact him (unless I somehow missed that.) > > This may not be the correct R forum to ask this question, but I need to > start somewhere. > > *** Note, in the past I've posted messages like this to the R developer > forum only to be told that that programming forum is not the right forum as > it's only for "pure" R programming *** > > Would appreciate any suggestions. > > Thanks, > > - M > > Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted > email. > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
Hey Bert, That's super helpful (maintainer ("rserve")). I had no idea. :) So much good stuff right there in R. I didn't find any relevant hits looking on the web for my particular problem, but I'll email the maintainer. Thanks very much. - M Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.> -------- Original Message -------- > Subject: Re: [R] Where to get support for Rserve? > Local Time: November 13, 2017 11:34 AM > UTC Time: November 13, 2017 4:34 PM > From: bgunter.4567 at gmail.com > To: Morkus <morkus at protonmail.com> > r-help at r-project.org <r-help at r-project.org> > > ?maintainer > ## i.e. > > maintainer("rserve") > > Also, please search. A web search on simply "rserve" brought up what appeared to be many relevant hits. > > Cheers, > Bert > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > On Mon, Nov 13, 2017 at 4:48 AM, Morkus via R-help <r-help at r-project.org> wrote: > >> Hello, >> >> I'm using Rserve with Java and although it works OK for 50 or 60 requests, eventually Rserve simply stops responding and I have to force-quit and restart Rserve. During this time the JVM is fine and Tomcat (app server) is fine, too. >> >> The basic Java code does this: >> -------------------------------------------- >> 1. Create an R Connection >> 2. Execute an R Script via Rserve "eval" statements >> 3. Close the R Connection. >> >> I was going to use a memory profiler to see what was going on but Tomcat is not showing any Java-code memory leaks. >> >> Looking at the Rserve page, I see everything about the Rseve author...except for a way to contact him (unless I somehow missed that.) >> >> This may not be the correct R forum to ask this question, but I need to start somewhere. >> >> *** Note, in the past I've posted messages like this to the R developer forum only to be told that that programming forum is not the right forum as it's only for "pure" R programming *** >> >> Would appreciate any suggestions. >> >> Thanks, >> >> - M >> >> Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]