Re: qcmu (was: Attaching to a running CMUCL process)
"Denis Papathanasiou" <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
On 2/15/07, Joe Corneli <[email protected]> wrote: > PS. I was looking over the recent thread mentioned in parentheses in > the subject line -- I too am interested in attaching to running CMUCL > processes. I'd be curious to know whether Denis Papathanasiou was > satisfied by the lispserver info (if he's reading this). Joe, In the end, I wound up using detachtty/attachtty for this (i.e. invoke the process under detachtty, accessing the REPL using attachtty when necessary) and it really works well. The only reason I raised the question in the first place was because the long-running process I had wanted to access was not launched under detachtty initially, and so I wanted to see if I could get inside its REPL w/o stopping it and relaunching it under detachtty.