SQS Queues and more Simple DB

2 minute read Apparently I need to send json to an SQS queue. It’s described at http://globalconstant.scnay.com/2011/03/02/programming-sqs-with-python-and-boto/, and http://classes.windley.com/462/wiki/index.php/SQS_Queues.So I replaced the necessary fields with content specific to the ‘commentprocess’ in sqs. Still, while it doesn’t throw any errors, I’m not seeing my messages being posted into the queue, so I’m not sure if it’s working. Yuck—————————————————-SO I […]

Read More SQS Queues and more Simple DB

simple db and django

2 minute read I’m working on Project3 from my cs 462 class, where basically we need to make an ‘appserver’ which returns json stuff.Rather than making my machine listen on port 8010 for the appserver and seperately on 80 for the regular webserver, I just got apache to listen on port 8010, and reused all my code from […]

Read More simple db and django