Tnx for the tips.
On Mon, Jun 13, 2016 at 4:02 PM, sri <[email protected]> wrote: > I'm not sure if some module already covers this, but directly passing >> messages/events between all worker forks would be nice to gather various >> information. >> > > Mojo::Pg already covers this with pub/sub. > > https://github.com/kraih/mojo-pg/blob/master/examples/chat.pl > > >> Also non-blocking rw file access for obvious reasons if it is possible. >> > > File I/O is always blocking, you'd have to use a thread-pool for this. So > it's definitely not something for Mojolicious core, but it shouldn't be too > hard to build a CPAN module that connects Mojo::IOLoop with IO::AIO. > > -- > sebastian > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Mojolicious" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/mojolicious/JLZlJwkm0Ho/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
