Forum Topic - qnx-neutrino related queries:
   
qnx-neutrino related queries  
Some of QNX-neutrino related general queries.
expecting brief replies 
Attachment: Word QNX-neutrino-general-queries-doc-foundry27.docx 25.09 KB
Re: qnx-neutrino related queries  
Hello,
I had a quick look at your list of questions. Have you had a look at the
docs?
For instance, pulses are discussed here:
http://www.qnx.com/developers/docs/660/topic/com.qnx.doc.neutrino.sys_arch/
topic/ipc_Pulses.html

and spawn() is discussed in many places. You might start here:
http://www.qnx.com/developers/docs/660/topic/com.qnx.doc.neutrino.getting_s
tarted/topic/s1_procs_spawn_plain.html


Note that some of the answers depend on which version you are using.

Please let me know if you find lacunae and we'll try to address them.

Thank you,
N


On 2014-09-18 3:40 , "krishnakant mehta" <community-noreply@qnx.com> wrote:

>Some of QNX-neutrino related general queries.
>expecting brief replies
>
>
>
>_______________________________________________
>
>General
>http://community.qnx.com/sf/go/post111779
>To cancel your subscription to this discussion, please e-mail
>general-community-unsubscribe@community.qnx.com

Re: qnx-neutrino related queries  
Hi, I am working in the resouce manager(multi threaded) framework development. The two client processess accessing the 
resource manager buffer(i.e reader  and writer  clients). when we terminate the client process first and then resource 
manager process means thread pool destroyed properly and resource manager is detached successfully. if the resource 
manager process terminated unfortunately while the client processes are running resource manager cant be detached.
sometimes thread pool destroy itself failed. could you please suggest the solution...