> > > Excellent Roberto! Thanks a lot, this fixed the problem. > > > > However I see only this 'switches' on the uwsgi log: > > > > (148 switches on core 0) > > > > During some previous tests (while it was failing with 'commands out of > sync') I remember to have seen switches on different cores. > > > > Does this mean uwsgi is using just one core or is it already using > multiple cores? > > I have 8 cores on this machine. > > > > Thanks again! > > Rama > > > > Those cores, are uWSGI cores (they can be mapped to threads or async > requests) not CPU cores :) > > In multiprocess mode you have only one core (thread) per process. > > -- > Roberto De Ioris > http://unbit.it > JID: [email protected]
Great, thanks a lot for the help! All clear, all working :) Rama
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
