Re: [jruby-user] Anything wrong with shelling out to jruby?
Christian MICHON <[email protected]> Mon, 23 Mar 2015 08:02:04 +0100
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CACx2yF--B5BXKV94XW+C+0VO=zg+z-X+Mb-B8+ceY6Y9ovA_4w@mail.gmail.com> |
Regarding pry debugging, you should use pry-remote instead of pry. Indeed, you may have launched the jruby job as a service without a console attached to it. On Sun, Mar 22, 2015 at 9:50 PM, Tim Uckun <[email protected]> wrote: > Any word from the Jruby maintainers about this? > > It seems to me that it could be a huge win for jruby if a new java > instance was not launched both for speed and memory utilization. > > On Sun, Mar 22, 2015 at 6:54 AM, John Joseph Bachir < > [email protected]> wrote: > >> I also tried invoking pry like so: >> >> JRUBY_OPTS="-J-Djruby.launch.inproc=true" pry >> >> Same behavior. >> > > -- Christian