It depends on what you are trying to do.
I use twisted for writing complex web applications that support multiple protocols. Turbogears is hard to beat for html applications. Turbogears (cherrypy's) threading model will be familiar to most web developers, and can be quickly adopted. Twisted's asynch nature takes some time to learn, but is very scalable. I really like axiom's (now integrated with nevow) approach to AJAX apps. The big factors for me would be: - how many protocols do you need to support? - what is the experience/skill set of your development team (turbogears is easy for java developers to learn, twisted plays with your mind). - how scaleable is your app? I have been mixing turbogears and twisted. I prototype my GUI in TurboGears, and talk to a twisted web app. Have fun, they are both great frameworks, Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

