And since I am in the debugging weirdness when I activate the debug_toolbar on a django project that is served via an uwsgi emperor instance with te fast-router option I notice that the time taken to load a page is way longuer on FF than on chrome. In FF firebug reports that we spend 1.40 min receiving the page where in chrome it is only 13sec. I assume that there is something wrong there, isn't it ?
Regards, --yml ---------- Forwarded message ---------- From: Yann Malet <[email protected]> Date: Sat, Feb 5, 2011 at 4:56 PM Subject: pdb and --http To: uWSGI developers and users list <[email protected]> Hello, Am I missing something or is it impossible to use a pdb break point with the threaded HTTP server --http. When I add a break point in my code, something like: import ipdb; ipdb.set_trace() I see the break point in the console but the server does not stop. Regards, --yml
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
