Has anybody tried merging pylons techniques with twisted? In general it should be possible as twisted contains WSGI container...
Purpose? Well, I have some twisted app (some works over the network) which would benefit from additional web interface. And would be nice if this could be colocated with the main app within one process - first, to enable some runtime management and monitoring, plus to limit the memory usage (app runs on tight VPS with small RAM). Twisted has its own offerings (nevow), but I am not truly happy with them... Concerns? Well, apart from necessity to put some work, I feel that in pylons world multitasking=multithreading. What need not to be a case in twisted context. Many twisted tasks may run within the same thread, sharing the same threadlocal in spite of being separate simultaneous tasks... Or maybe the whole idea of merging those two worlds is flawed? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
