> Hi.
>
> I read this article and I want to do similar profiling in uWSGI.
> https://nylas.com/blog/performance
>
> But I'm not detailed with uWSGI's signal handling.
>
> Can I use SIGPROF in Python on uWSGI?
> What happen when receiving SIGPROF outside of Python?


You can override any signal from python adding the --py-call-osafterfork
option. So yes, you can use it

-- 
Roberto De Ioris
http://unbit.com
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to