> > Hi, which is the "noise" you are reporting ? > > Maybe it can help addressing the issue (i bet it is the I/O generated by > noise slowing down things) >
The noise is in the response time of the application call (logged via a timer within the python app). While we may have problems with the I/O, I did also just run a test in which I modified the uwsgi app from: processes = 2 threads = 10 to processes = 20 threads = 1 and am seeing a much less noisy response time profile (and with a latency closer to that of running with two processes and one thread). Can I infer from this that the problem lies somewhere within running python threads (either on the uwsgi end, sqlalchemy end or something else I haven't thought of) rather than with my database? _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
