Menu

#31 Priority of class vs instance events

None
closed
5
2012-09-26
2006-08-22
No

At present, class and instance events have the same priority. However,
since class events are usually used to isolate one domain from another,
it's arguable that class events should have lower priority than instance
events; all the instance events following from the handling of a class
event should be handled before considering the next class event.

ColdFrame bug #0359.

Discussion

  • Simon Wright

    Simon Wright - 2007-01-19

    Logged In: YES
    user_id=917025
    Originator: YES

    A workround is provided in release 20060427p1; there's a new event queue kind in ColdFrame.Projects.Events.Instance_Priority.
    Future releases will implement this behaviour in the main line.

     
  • Simon Wright

    Simon Wright - 2007-05-18

    Logged In: YES
    user_id=917025
    Originator: YES

    Completed.
    The old behaviour is available in No_Instance_Priority_G.

     
  • Simon Wright

    Simon Wright - 2012-09-26
    • labels: --> Runtime
    • milestone: -->

    • labels: Runtime --> Runtime, Generation

     

Log in to post a comment.