> > > http://stackoverflow.com/questions/2232471/how-do-i-use-async-programming-in-perl > > http://search.cpan.org/~mlehmann/AnyEvent-7.07/lib/AnyEvent.pm > > > > do you think that AnyEvent is better than POE? since I know nothing about > both I prefer learn the correct one even if it is a little more dificult. I > will read all about AnyEvent this weekend. >
"Is X better than Y?" - a question that has vexed developers down through the ages. :) I don't currently do async code in Perl, so I don't know the answer - from a very brief skim of the docs for AnyEvent my gut instinct says that it appears to be flexible enough to handle the sort of thing you're talking about. Also the raspberry is not a very powerfull machine I'm worried about > performance. > An understandable concern, however if performance really is a significant issue then at least you'll gain experience in optimising your code! :) > > Hope that helps you get started. > > I think so, at least this proyect sounds more interesting to me than the > boring exercices to calculate leap years. > [chuckle] Yeah, it does indeed. Good luck. Carl