<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi! <div>And happy new year.</div><div><br></div><div>If you also simulate send you could send with a unique reference:</div><div>Replace</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>Pid !  Message</div><div>With</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>Pid ! {make_ref(), Message}</div><div><br></div><div>Then you can get the k'th message {Ref,Message} and do a selective receive to remove that message:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>receive</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>{Ref,_Message} -> ok</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>end</div><div><br></div><div>A bit on the heavy side, but fun.  </div><div>Handling timeout is a bit more tricky, but solvable with the above schema.</div><div><br></div><div>/Tony</div><div><br></div><div><div><div>On 4 jan 2013, at 20:22, Aggelos Giantsios <<a href="mailto:aggelgian@gmail.com">aggelgian@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Happy New Year to everyone!<br><br>I am trying to simulate the 'receive' expression behaviour.<br>I access the process message queue with erlang:process_info(self(), messages).<br>Assuming I have selected a message Msg which is at position k in the message list and have safely stored it in a variable,<br>


is there a way to manually remove Msg from the process message queue?<br><br>Thanks,<br>Aggelos<br><br>
_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">"Installing applications can lead to corruption over time. </span><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">Applications gradually write over each other's libraries, partial upgrades occur, user and system errors happen, and minute changes may be unnoticeable and difficult to fix"</span></div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><br></span></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>