Re: What happens to the AppKit Framework when an user logout ?
Re: What happens to the AppKit Framework when an user logout ?
- Subject: Re: What happens to the AppKit Framework when an user logout ?
- From: Ali Ozer <email@hidden>
- Date: Tue, 16 Oct 2001 11:18:48 -0700
>
My current guess is that the AppKit Framework is unloaded during the
>
logout. Is it correct ?
"unloading" is more of a 9 concept, I think. On X, frameworks will get
paged out automatically when they are not being used. There is no
explicit "unloading" event. Of course it turns out that even when you
are logged out, the AppKit can still be used; loginwindow itself uses it
for instance.
So the answer is --- nothing special happens to the AppKit framework
when the user logs out.
Ali