Hello, As I've explained a couple of times before, I've been working on a huge rewrite of Dancer's core. I'm very glad to announce that this rewrite is done, meaning that all the test suite (977 tests) passes successfully with the new code base. This rewrite enhances the way things are done behind the scene and - among other things - will allow users to "plug" different components into one application. I've merged that refactoring branch into "devel" and I'd like to have "real-life" test reports, so if you want to help, please grab the devel branch and run your app with it (in your development environment of course). I welcome very much feedback about issues you may encounter then (as issues report on GitHub). Thanks a lot. Happy dancing. Alexis.
hello, On Thu, Aug 05, 2010 at 12:14:03PM +0200, sukria wrote:
This rewrite enhances the way things are done behind the scene and - among other things - will allow users to "plug" different components into one application.
thanks for your work sukria, I have something to write ASAP but i need the async backend. is there something done about it ? regards mc
On Thu, 5 Aug 2010 12:36:44 +0200, Marc Chantreux <khatar@phear.org> wrote:
I have something to write ASAP but i need the async backend. is there something done about it ?
Not in the rewrite I've done (my work was focused on route handlers and app components) but you can already have async support if you deploy with Plack and Twiggy, IIRC. Franck could tell you more about that. Regards, Alexis.
participants (2)
-
Marc Chantreux -
sukria