Hello,
Lately i have been trying to create my asynchronous view, where, Bot would update user in progress by websockets. However, Since websockets do not work, In previous question i was recommended to use Pusher.
But now, I definitely needed parallel execution, But now i find out that multithreading doesn't work... Neither does third party application like Celery (which is quite heavyweight and i'm trying to avoid it).
I'm not even sure if this is possible anymore, I'm getting limited to create this view no matter what i use... Is there any way that i can create another thread at exact time as template is loaded without using too complicated and heavyweight ways?