>
> 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 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.