gen_server patches

Vlad Dumitrescu vlad_dumitrescu@REDACTED
Tue Mar 11 21:37:44 CET 2003


Hello,

I have looked inside gen_server, and discovered some very minor things that
could be done better: calls to apply/3 that can be replaced with
Mod:Fun(Args) and also replacing references to gen_server with ?MODULE (so
that related new behaviours can be more easily generated).

I also have implemented the "layered gen_server" I mentioned on
erlang-questions, both backwards compatible (using process dictionary) and
as a new behaviour, but I am not sure if it's right to send them to you
here, before in some way finding out if this is a useful improvement.

best regards,
Vlad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: simple.diff
Type: application/octet-stream
Size: 2619 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20030311/f5570b19/attachment.obj>


More information about the erlang-patches mailing list