[erlang-questions] Process Dictionary vs Proplist in Web Frameworks

Rapsey rapsey@REDACTED
Wed Oct 28 13:08:05 CET 2009


What you wish to use is up to you. Process dictionary will definitely be
faster, but it makes the code more difficult to manage and debug.


Sergej


On Wed, Oct 28, 2009 at 1:01 PM, Ngoc Dao <ngocdaothanh@REDACTED> wrote:

> In Rails you write in action:
> @my_var = ...
>
> Then later to take out the variable in view:
> <%= @my_var %>
>
> I think it is not explicit passing.
>
>
> On Wed, Oct 28, 2009 at 8:49 PM, Max Lapshin <max.lapshin@REDACTED>
> wrote:
> > Even such stateful languages like Ruby use explicit passing of all
> > request information in
> > hash table. There is absolutely no use in using some mutable
> dictionaries.
> >
>
> ________________________________________________________________
> erlang-questions mailing list. See http://www.erlang.org/faq.html
> erlang-questions (at) erlang.org
>
>


More information about the erlang-questions mailing list