Corona uses Coro, which is a style of Perl threading that has much to recommend it. However, code not designed for it may not function well. In particular, global state is a danger. Given that Dancer uses global state implicitly in such functions as param(), can it even in theory work with Corona? Has anyone tried? Perspiring minds want to know.
I haven't personally tried it, nor do I know anyone who has. I do know Coro though (specifically GameFrame [github]<https://github.com/eilara/GameFrame.git>that was written in it). Would you care to be the first to try it? :) On Fri, Jul 29, 2011 at 9:56 AM, Chip Salzenberg <rev.chip@gmail.com> wrote:
Corona uses Coro, which is a style of Perl threading that has much to recommend it. However, code not designed for it may not function well. In particular, global state is a danger.
Given that Dancer uses global state implicitly in such functions as param(), can it even in theory work with Corona? Has anyone tried? Perspiring minds want to know.
_______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
participants (2)
-
Chip Salzenberg -
sawyer x