> > So, assuming there is no clean path, how should I have begun in the first > place using Mojo::IOLoop::Delay? It seems there are two distinct and > incompatible ways to build a web app: blocking and non-blocking, with the > former extremely well-documented and the latter only documented in > functions and toy uses. >
Don't think it can be done, since there are no established best practices for non-blocking web apps in Perl (and/or Mojolicious) yet, we are still in the trial and error phase. Good example for this is the "continue" feature we added just a few weeks ago, and which you mentioned yourself earlier in this thread. -- 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/groups/opt_out.
