I'd like to see a nice scalable, event-driven, non-blocking programming style from Mojolicious. I've been down a long road, building a moderately large blocking Mojo app, converting it to a non-blocking app using continuation-passing style (callbacks--very messy). Now we're planning on converting the app into a pure event-driven style using Mojo::IOLoop and friends, but there are few good patterns to follow for doing this at scale, so we're making things up as we go. It's also a major rewrite because blocking style does not easily lend itself to this.
Mojolicious is such an elegant and clean framework, it has a chance to define or at least be at the forefront of what it means to write scalable, event-driven apps for any programming language. For example, the recentish 'continue()' method was a huge help. More development along these lines would be awesome. Scott -- 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/groups/opt_out.
