[okl4-developer] About Iguana server unload.
Josh Matthews
jmatthews at ok-labs.com
Thu May 29 11:24:31 EST 2008
Hi HoChul,
2008/5/29 유호철 <hcyoo at cuwave.co.kr>:
> My L4 version is 1.4.1.1.
>
I'd definitely recommend updating to the latest release (2.1) if you are
able to :-)
> I have a question about Server Unload.
> I make an example server. and load successfully.
> Next step, I want to unload my example server .
> With my knowing it, it is possible using follow iguana API.
>
> [thread_delete] [ pd_delete] [memsection_delete] …
>
> Is it possible ? if my knowledge is wrong, I wish your advice.
>
You're absolutely correct - basic idea is to delete all resources in use by
your server (memsection_delete, for example), followed by all threads
(thread_delete), followed by the protection domain (PD) itself (pd_delete).
If using 2.1 you'll also need to delete all caps in use by the threads
first.
Best regards,
Josh Matthews
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20080529/d127d15b/attachment.htm
More information about the Developer
mailing list