<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">you can write a custom application (or use the already provided consumer application) that will be sending Interests towards the producer to warm up the caches before you actually start your main experiment (for example, 5 - 10 seconds). </div><div class=""><br class=""></div><div class="">After that, you can stop this application and start the main experiment.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""><div class="">
<div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On May 2, 2017, at 11:27 PM, m18813192770 <<a href="mailto:m18813192770@163.com" class="">m18813192770@163.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">I build the scenario in a special environment where some Regularly updated information such as the Weather(called the first information)  is needed by all the consumers and other infomation is not. So, I want the first information pre-loading to reduce the delay. But I don't know how to do in the ndnSIM.</div><div style="font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""> </div><div align="left" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 10pt; font-family: Verdana; color: rgb(192, 192, 192);" class="">2017-05-03<span class="Apple-converted-space"> </span><hr id="SignNameHR" align="left" style="border-top-color: rgb(192, 192, 192); border-width: 1px 0px 0px; border-top-style: solid; height: 1px; width: 122px;" class=""><span id="_FlashSignName" class="">m18813192770</span></div><hr style="font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; border-top-color: rgb(192, 192, 192); border-width: 1px 0px 0px; border-top-style: solid; height: 1px;" class=""><blockquote id="ntes-flashmail-quote" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 10pt; font-family: Verdana; padding-left: 0px; margin-left: 0px;" class=""><div class=""><strong class="">发件人:</strong>Lixia Zhang <<a href="mailto:lixia@cs.ucla.edu" class="">lixia@cs.ucla.edu</a>></div><div class=""><strong class="">发送时间:</strong>2017-05-03 13:31</div><div class=""><strong class="">主题:</strong>Re: [ndnSIM] How to cache data in leafNode without request?</div><div class=""><strong class="">收件人:</strong>"Susmit"<<a href="mailto:susmit@cs.colostate.edu" class="">susmit@cs.colostate.edu</a>></div><div class=""><strong class="">抄送:</strong>"m18813192770"<<a href="mailto:m18813192770@163.com" class="">m18813192770@163.com</a>>,"ndnsim"<<a href="mailto:ndnsim@lists.cs.ucla.edu" class="">ndnsim@lists.cs.ucla.edu</a>></div><div class=""> </div><div class=""><div class=""> </div><div class="">> On May 2, 2017, at 7:06 PM, Susmit <<a href="mailto:susmit@cs.colostate.edu" class="">susmit@cs.colostate.edu</a>> wrote: </div><div class="">>  </div><div class="">> + The mailing list. </div><div class="">>  </div><div class="">> NDN will automatically cache popular content. If you want to cache </div><div class="">> something before clients request it, you need to have a separate </div><div class="">> daemon that will fetch the content beforehand. </div><div class="">> If you want to keep it for long, you might need to use persistent </div><div class="">> storage, e.g., a repo. This mechanism will not be very different than </div><div class="">> how it works today. </div><div class="">>  </div><div class="">> I am still not very sure what you are trying to do. As Lixia </div><div class="">> suggested, can you elaborate the problem you are trying to solve? </div><div class="">>  </div><div class="">> On Tue, May 2, 2017 at 7:22 PM, m18813192770 <<a href="mailto:m18813192770@163.com" class="">m18813192770@163.com</a>> wrote: </div><div class="">>> Exactly,I want the pre-warming/pre-loading CDN caches. </div><div class=""> </div><div class="">what I do not understand is why you want the data cached at edges but not in the middle — NDN routers cache data packets as side effect of forwarding them. </div><div class="">If you dont want in-network caching, maybe you’d consider using an IP simulator? </div><div class=""> </div><div class="">>> I have searched the </div><div class="">>> IEEE Xplore Digital  Library but not find any articles about this. Could </div><div class="">>> you give me some articles or magezines to refer to? </div><div class="">>> Or tell me the details ? For example ,the interests are random,how can I </div><div class="">>> control it to pull the content I want? </div><div class="">>>  </div><div class="">>> 2017-05-03 </div><div class="">>> ________________________________ </div><div class="">>> m18813192770 </div><div class="">>> ________________________________ </div><div class="">>>  </div><div class="">>> 发件人:Susmit <<a href="mailto:susmit@cs.colostate.edu" class="">susmit@cs.colostate.edu</a>> </div><div class="">>> 发送时间:2017-05-03 02:42 </div><div class="">>> 主题:Re: [ndnSIM] How to cache data in leafNode without request? </div><div class="">>> 收件人:"Lixia Zhang"<<a href="mailto:lixia@cs.ucla.edu" class="">lixia@cs.ucla.edu</a>> </div><div class="">>> 抄送:"m18813192770"<<a href="mailto:m18813192770@163.com" class="">m18813192770@163.com</a>>,"ndnsim"<<a href="mailto:ndnsim@lists.cs.ucla.edu" class="">ndnsim@lists.cs.ucla.edu</a>> </div><div class="">>>  </div><div class="">>> The scenario here can be compared to pre-warming/pre-loading CDN </div><div class="">>> caches, I think. </div><div class="">>>  </div><div class="">>> Speculative caching will still require some Interests to go to the </div><div class="">>> producer to bring back content. </div><div class="">>>  </div><div class="">>>  </div><div class="">>>  </div><div class="">>> On Tue, May 2, 2017 at 12:36 PM, Lixia Zhang <<a href="mailto:lixia@cs.ucla.edu" class="">lixia@cs.ucla.edu</a>> wrote: </div><div class="">>>>  </div><div class="">>>> On Apr 30, 2017, at 11:37 PM, m18813192770 <<a href="mailto:m18813192770@163.com" class="">m18813192770@163.com</a>> wrote: </div><div class="">>>>  </div><div class="">>>> Dear  Sir or Madam: </div><div class="">>>>     I am a senior student in China.  I have set up a tree-like </div><div class="">>>> structure,and I want some content cached in leafNode without any request </div><div class="">>>> while others  cached with requests?  But how and where can i do this? </div><div class="">>>>     Looking for your help, thanks. </div><div class="">>>>  </div><div class="">>>>  </div><div class="">>>> your request looks really unique: would you be willing to explain a bit </div><div class="">>>> exactly what problem you are trying to study/solve? </div><div class="">>>>  </div><div class="">>>>  </div><div class="">>>>  </div><div class="">>>> _______________________________________________ </div><div class="">>>> ndnSIM mailing list </div><div class="">>>> <a href="mailto:ndnSIM@lists.cs.ucla.edu" class="">ndnSIM@lists.cs.ucla.edu</a> </div><div class="">>>> <a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim" class="">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a> </div><div class="">>>>  </div><div class="">>>  </div><div class="">>>  </div><div class="">>>  </div><div class="">>> -- </div><div class="">>>  </div><div class="">>> ==================================== </div><div class="">>> <a href="http://www.cs.colostate.edu/~susmit" class="">http://www.cs.colostate.edu/~susmit</a> </div><div class="">>> ==================================== </div><div class="">>  </div><div class="">>  </div><div class="">>  </div><div class="">> --  </div><div class="">>  </div><div class="">> ==================================== </div><div class="">> <a href="http://www.cs.colostate.edu/~susmit" class="">http://www.cs.colostate.edu/~susmit</a> </div><div class="">> ==================================== </div><div class=""> </div></div></blockquote></div></blockquote></div><br class=""></div></body></html>