Re: Help with saving SBCL image that will connect to SLIME
- From: Zach Beane <xach@xxxxxxxx>
- Date: 11 Jan 2006 09:59:04 -0500
"Jonathon McKitrick" <j_mckitrick@xxxxxxxxxxx> writes:
> I want to load all the modules, start araneida running in it, and also
> start a repl and swank server. When I do this, and save the image and
> restart it, SBCL quits with the error message that initial thread has
> invalid number of arguments, or something like that.
>
> I have no problem starting the code, running araneida, starting swank,
> and debugging with slime. But as soon as I try to save this image and
> restart it, I run into problems.
I don't think you will find a way to restart an image that had open
network connections.
What I generally do is load all the libraries I want, load a package
with code that knows how to "boot" the image (that is, start all
services I want running on restart), then save the image. After I
restart from that saved image, I run the boot function to get
everything back up and running.
Zach
.
- References:
- Help with saving SBCL image that will connect to SLIME
- From: Jonathon McKitrick
- Help with saving SBCL image that will connect to SLIME
- Prev by Date: Re: About those parenthesis....
- Next by Date: Re: LW "hobbyist pricing"
- Previous by thread: Help with saving SBCL image that will connect to SLIME
- Index(es):
Relevant Pages
|