Jonathan Matthews Wrote: ------------------------------------------------------- > On 7 May 2014 19:05, rodrigo.aiello <nginx-forum@nginx.us> wrote: > > requests are taking too long to process > > > 1 EC2 Micro (Nginx) > > I found your problem. Micro instances are a false economy. Stop using > them. > > ___________________________________________by rodrigo.aiello - Nginx Mailing List - English
I have a service in my java application that I get the id of an image, height and width. I do image resizing according to the provided dimensions and return the bytes. As I am using a nginx in front of application server(tomcat), requests are taking too long to process because nginx is on a different server than tomcat. Nginx is receiving the bytes and then delivering. I wonder if anyone has goneby rodrigo.aiello - Nginx Mailing List - English