seyyed / scalaris

Automatically exported from code.google.com/p/scalaris
Apache License 2.0
0 stars 0 forks source link

The "early" messages handling in the rt_loop module is expensive #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
on(Message, {uninit, TriggerState}) ->
    comm:send_local(self() , Message),
    {uninit, TriggerState};

Using the msg_queue functionality is advisable here.

Original issue reported on code.google.com by serge.po...@gmail.com on 10 Aug 2010 at 11:40

GoogleCodeExporter commented 8 years ago

Original comment by nico.kru...@googlemail.com on 12 Aug 2010 at 9:10

GoogleCodeExporter commented 8 years ago
thanks for the report - fixed in rev984

Original comment by nico.kru...@googlemail.com on 12 Aug 2010 at 10:26