Hello Everyone, I am putting a foot into async web server world and i am intersted to know how to achieve the following scenario.
Users A, B, C connects to my url /foo which is Django based. I create a long polling connection with cometd to a diesel generator. Can i make the generator reacts to a django signal ? If am completely misunderstanding things ? Thanks, Greg
