> > Just to get a better idea as to whether this is a misunderstanding or > error on my part: Is EventEmitter's event subscription mechanism supposed > to work in forking environments (Mojolicious prefork, default IOLoop)? >
Not across processes. > I'm pretty sure that this is because EventEmitter doesn't integrate with > the IOLoop; is there a better mechanism to implement a means of > cross-controller notification which works with forking? > Use a database, many like Redis pub/sub. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
