Lisp HUG Maillist Archive

"When quitting image" action and MP

Hi,

I use “When quitting image” to cleanly stop a MP process after CAPI destroyed its main interface.
When I do that, the application hangs for 5 seconds before relinquishing control to the user.
If I stop my process in the interface destroy callback instead, it does not hang.

Are there any bad side-effects regarding MP wrt the “When quitting image” action?

I am trying to understand the reason of why it hangs.
Thanks!


Best,
Cam

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: "When quitting image" action and MP

"When quitting image" runs _after_ MP shuts down, not before. I don't
think there is a suitable action list for MP, although I have
second-hand information that LispWorks is planning to add one.


On Fri, Nov 29, 2013 at 11:08 AM, Camille Troillard
<camille@osculator.net> wrote:
>
> Hi,
>
> I use “When quitting image” to cleanly stop a MP process after CAPI destroyed its main interface.
> When I do that, the application hangs for 5 seconds before relinquishing control to the user.
> If I stop my process in the interface destroy callback instead, it does not hang.
>
> Are there any bad side-effects regarding MP wrt the “When quitting image” action?
>
> I am trying to understand the reason of why it hangs.
> Thanks!
>
>
> Best,
> Cam
>
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html
>

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:34 UTC