Django Channels and Background Processes

2017-05-30 Thread Markus Schaber
y documentation about them apart from the image yet, so pointers are welcome. :-) The pool information mentioned above needs also be available for clients using http messages, so we'll need to access that data from the "view functions". Is it possible and feasible to implement thos

Re: Django Channels and Background Processes

2017-06-07 Thread Markus Schaber
> Apart from persistent information, it also contains non-persistent information (like which clients are currently connected, and when they last sent data), so I'm not sure whether a database is the right place to put that information. Thanks, Markus Schaber Am Dienstag, 30. Mai 2017 1