Users says that Tornado is bad for file upload since it uses memory, so they use Nginx, but my question, is:
What if the files are not stored in the normal system, but in MongoDB (GridFS), then, Nginx will be useless?
Users says that Tornado is bad for file upload since it uses memory, so they use Nginx, but my question, is:
What if the files are not stored in the normal system, but in MongoDB (GridFS), then, Nginx will be useless?