Hi Ben, > Hi all, > > I've set up a googlecode project with access to the code I've written > to interact with Amazon Web Services here: > http://code.google.com/p/kamaelia-aws/. I've set up source control > here: http://freehg.org/u/ben/kamaelia-aws/. > > It's my first time using kamaelia so I'd love to hear any feedback on > the code. Feel free to use it, and let me know what you think.
It's pretty cool. I've long believed it would be a cool project. I had not given more thoughts because I was busy elsewhere. I've skimmed through your code and it's clean. However I have a comment regarding your use of boto. I have nothing against it but IMO: * it's slower than it should due to all the internal XML work they do (and to be fair not the easiest to follow) * you're not benefiting from Kamaelia to its fullest I had worked on a queue system last year based on Kamaelia and I had started working on integrating it with SQS. You may want take a look at it to see what I mean: https://svn.defuze.org/oss/bucker/bucker/provider/sqs.py The idea was to register a component in charge of parsing/serializing XML and then pushing it to another component that would interpret said XML message. I don't think you actually need boto. - Sylvain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "kamaelia" group. To post to this group, send email to kamaelia@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/kamaelia?hl=en -~----------~----~----~----~------~----~------~--~---