Hi all, I'm primarily a Python coder but I have found myself forced to work with Ruby on Rails for the past 4 years. Not that's it's that bad, it's actually very suitable for a website but right now I need to deploy an API, not a site, just an API that inputs and outputs XML/ JSON restfully, so Rails is a /bit/ overkill.
I have tried using Merb (a lighter Rails spin-off) but I still do not like the looks of it. So I thought, why not go back and take a look at my beloved web.py? I noticed the website still says the latest version is 0.23 but that is clearly not true, right? What is the state of web.py now? Any up-to- date documentation? If I go with web.py I plan to deploy it with nginx+mod_wsgi. Is web.py single-threaded? I'm assuming it is because of the GIL. So ideally I would start several instances of web.py and have nginx reverse-proxy them, right? Anyway, thanks for any pointers. --Jonas Galvez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
