> Roberto De Ioris <roberto@...> writes:
>
>> Are you sure you are not calling any uwsgi api function from your
>> /__ping__ view ?
>
> Pretty sure; the view is just this:
>
> def ping(request):
> response = HttpResponse('pong')
> response['Cache-Control'] = 'no-cache'
> return response
>
> and none of the configured middlewares talk to the uwsgi API either.
>
> - G.
>
>
>
What happens if you add
lazy = true
to your config ?
--
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi