[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] gh_leave ?
From: |
Martin Grabmueller |
Subject: |
Re: [dev-serveez] gh_leave ? |
Date: |
Tue, 13 Mar 2001 12:21:33 +0100 (MET) |
> From: "Raimi 'Raimi' Jacob" <address@hidden>
> Date: Tue, 13 Mar 2001 09:26:53 +0100 (CET)
>
> On Tue, 13 Mar 2001, Martin Grabmueller wrote:
>
> > > when using guile from serveez i have to gh_enter() so guile takes over
> > > control. i dont know if that's cool when we fork() and exec() and
> > > stuff. can i gh_leave() somehow so that guile disappears completely ?
> >
> > Sorry, but I don't get the problem here... guile+serveez+anything
> > disappears completely on exec(). Actually, that's the reason of
> > existence for exec().
>
> Yeah, right. But what's with the fork? We fork off our coservers.
> Does the gc run when we dont use guile anymore ?
[see my other mail]
> If guile just sits in the background and doesnt do anything, that's ok. i
> just wasnt sure...
Guile does nothing when it isn't evaluating anything.
Regards,
'mgrabmue