Hi all,
I am seeking some general implementation of events or some ideas about it. I am not pointed to GUI, I wish events on server side (pure mod_perl), for simplifying application logic when http requests solved. My rough idea is to have ownership relation tree of object instances (some root instance which owns other container-instances of some class(es), which owns...), and when some event (represented as new object instance) happens wherever, this event is dispatched through previously described tree, potentially throwing other events. All in one request, one process or one thread.
I attempted to super search something about it, but with weak results...