Hi, I don't know whether this mailing list is correct for this use-case. If any one can provide me an insight, that will be of help.
I have a pyramid app running, along with a non-blocking server like tornado separately in different ports. I am using tornado to serve the real-time feed for my application. I have a mobile app for which also the pyramid app acts as the backend. Whenever an action request comes from the mobile app to the pyramid backend, I want the feed to be updated. So, I have added a response callback to the action viewhandler in the pyramid application, which sends a POST request to the tornado application, so that it updates the feed. Is it a correct way to communicate updates from pyramid to tornado ? If not, how should I do? Thanks, Ravi http://about.me/raviteja -- 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.
