<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>I don’t work with CCNx daemon, but with NFD daemon each of your threads can register its own individual name like</div><div>1) /chatapp/thread1</div><div>2) /chatapp/thread2</div><div>3) /chatapp/thread3</div><div><br></div><div>I didn’t understand question b), but you can have intra-process communication with Interest and Data packets in NFD.</div><div><br></div><div>Regarding ndnSIM, in normal mode, its core works in a single thread, and it’s not that trivial to make your simulation scenario run in multiple-threads. </div><div>You can refer to general NS-3 documentation for help.</div><div><br></div><div>To find some information about “pushing”  you can find the section talking about "Command Interests" in NFD developers guide.</div><div><br></div><div>Ilya</div><br><div><div>On Sep 30, 2014, at 4:32 AM, Haroon Rashid <<a href="mailto:haroonr@iiitd.ac.in">haroonr@iiitd.ac.in</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Dear All,<div><br clear="all"><div><p class="MsoNormal">I am curious to know how a distributed application works in
CCN paradigm. Consider a scenario where an application is having three threads (logical
<span id="43e0220a-ec4e-44c4-8534-fd074db6454e" class="GINGER_SOFTWARE_mark">processes</span>) running on three nodes (three processors <span id="f7fc5fc2-742d-4c52-8cfb-2180a7b187c1" class="GINGER_SOFTWARE_mark">of</span> a single node). Now, if
these three processes want to communicate with each other for a certain reason.
How can I achieve the same in CCN, i.e.,  (a) how processes can refer to each other (NAMING
CONCERN) (b) will the format of Interest and Data packets will be same as that
of current packet structure in CCN/NDN. Since, these communication messages
might be very short like Hello packets or status request of a node.</p><p class="MsoNormal"><br></p><p class="MsoNormal">Is there any simple distributed
application with which I can start working and come out with different possibilities
of communication between processes of an application? Furthermore, I would like to mention that I
want do this in <span id="0f02dd03-f842-461c-b9e1-c3d51c12251a" class="GINGER_SOFTWARE_mark">ndnSIM</span>.  Currently, is
there any support (libraries) in <span id="369447ae-0f31-469b-8e1e-5ad132bcf5b0" class="GINGER_SOFTWARE_mark">ndnSIM</span> for doing this.</p><p class="MsoNormal"><br></p><p class="MsoNormal">Another concern I am thinking is
that  I know that CCN is pull based
approach. Can I mix a push based approach for some messages in a distributed scenario
discussed above without violating CCN 
paradigm?</p><p class="MsoNormal"><br></p><p class="MsoNormal">Best, <br></p></div><div dir="ltr"><div><div>Haroon Rashid<br></div><br></div><br></div>
</div></div>
_______________________________________________<br>ndnSIM mailing list<br><a href="mailto:ndnSIM@lists.cs.ucla.edu">ndnSIM@lists.cs.ucla.edu</a><br>http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim<br></blockquote></div><br></body></html>