Hi,

suppose I want to have a fibril which actually terminates. What do I need to do 
in order to ensure that the fibril's resources get freed up? For a thread this 
would be done with something like thread_join()/thread_detach(). How is it for 
fibrils?

What I am trying to do is to create a reception fibril in the socket provider 
to convert the blocking interface into a non-blocking one (perhaps as a 
temporary solution). There needs to be one fibril per socket, that means the 
fibril should terminate and free its resources when the connection is 
terminated (I am probably looking for something like thread_detach()).

Thanks
-Jiri

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/cgi-bin/listinfo/helenos-devel

Reply via email to