Re: some question

2016-02-20 Thread Avraham Serour
Yes and no. If you deploy your django project using nginx and uwsgi fur example and multiple users make requests at the same time they will receive answers in parallel, so yes it will be processed in parallel. But no, django is not the one handling the parallelism, static requests are handled by

some question

2016-02-20 Thread wang sheng
Hi, guys: I am new for django ( also new for web development ) , if there are one thousand http request to django server simultaneously , will Django parallel process these request or not ? -- You received this message because you are subscribed to the Google Groups "Django users"