What are my options if I need all of my workers to share some bit of dynamic data? Let's say there's some counter that needs to be incremented every time something happens, but is only relevant while the app is running. Do I need to use a DB for that, or Redis or memcached, or is there something built in to help with that. I'm assuming that the memory isn't shared because the process forks to make the workers. Thanks
-- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/CAO-W_8CrrP-DXxPP_TXxP7wf-dQY1e7nezqSgFHe8BTo6_853Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
