Hi,
With an average of 150 requests per second, it is likely that your server is overloaded. You need to examine the available memory and CPU usage.
Regards,
A.
Antonis Christofides http://djangodeployment.com
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5072b5af-5f78-4b75-83af-70da26bff125%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
Your server most probably can handle the load. It depends of course on how intensive the processing is. The kind of error you are getting (port 80 **** Hit EOF while fetching headers) suggests that the problem is not in Django but in Apache, or maybe you are hitting some operating system limit. However nothing is certain without more information.
If you haven't already done so, you should configure Apache and
syslog to use a timestamp that is accurate to the microsecond. You
can then check to see other log files such as /var/log/syslog
(assuming Linux) to see whether they have more information than
the apache log at the exact time the error occurs.
Given that this is most probably not a Django issue but an Apache issue or an operating system issue, you may be able to get better help elsewhere, for example in serverfault.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4d62efaf-654b-40ff-a895-efcb1bf2a7e8%40googlegroups.com.
Our server has 24 Cores and 192G memory, should be big enough to handle this kind of load? BTW, one more thing I want to mention is that we are using host based docker, possible any config or limitation there?