<div dir="ltr">And what about term_to_binary?<br><br><div class="gmail_quote">On Wed, Oct 8, 2008 at 6:01 PM, Joel Reymont <span dir="ltr"><<a href="mailto:joelr1@gmail.com">joelr1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there a safe and efficient way to convert pid to integer and back?<br>
<br>
I'm assigning each running poker game an integer id. I store this id<br>
into every outgoing packet so there's no database lookup.<br>
<br>
I use the id to lookup the game process for every incoming packet,<br>
though. This is proving to be extremely inefficient, even with dirty<br>
mnesia reads.<br>
<br>
I actually repeat the above for every player, so there's twice the<br>
overhead. Is there a way to avoid it?<br>
<br>
This would only apply to running games and connected players so this<br>
would be a temporary integer, valid while the process is alive.<br>
<br>
        Thanks, Joel<br>
<br>
--<br>
<a href="http://wagerlabs.com" target="_blank">wagerlabs.com</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Hynek (Pichi) Vychodil<br>
</div>