0

Have created one web application using Django and Python. I am passing some inputs to the pickle model and getting prediction value(on the web page) based on the input data passed to the ML model present in pickle format.

I want the web to handle multiple requests parallelly using Django. i.e if multiple users are passing inputs on the web page and wanting prediction values at the same time. How to manage the above scenario.

Please provide me high-level scenarios like how to handle this case. You can provide links, videos e.t.c.

Django Version: 3.0.2 Python Version: 3.7

1 Answer 1

1

There is a multithreading issue and a related question.

Can Django do multi-thread works?

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.