Am familiar on deploying django using WSGI on apache running under windows ecosystem. I would like to ask for some reference and recommendation on how to deploy django using ASGI on windows ecosystem especially using uvicorn. Thanks
1 Like
Any luck with these?
- GitHub - kbeaugrand/PythonFastApi: A python FastApi program running in Windows Service
- python - Running uvicorn as WindowsService, signal only works in main thread - Stack Overflow
Also, it doesn’t seem like there is a great solution to all the blocking IO that happens from the ORM if doing ASGI. I haven’t been able to find a configuration with prodution quality response times just yet.
I am very open to some suggestions here as well.
From what I keep reading, it’s like the django project is lacking funds, and resources to get any of it done.
I dunno.