Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - do's and don't for resource manager: (1 Item)
   
do's and don't for resource manager  
I was wondering if there exists any "do's and don't" guide for resource managers. It would be helpful to know what 
system calls from within a resource manager might block, or make the system unstable, etc. For example, is it OK to call
 MsgSend() to another process from within an _io_open() function of a resource manager (assuming that my resource 
manager is mounted at a specific mount point)? any other gotchas to be aware of? I have seen earlier recommendation of 
browsing through the QNX code of resource managers as a way out - I am working on the license requirements to get access
 to the source code (does any one here have a ballpark of what it might cost?); I was wondering if there is any other 
guide that might be helpful.

thanks,