# When `threads` is passed in as a uwsgi option, # `enable-threads` is implied on. if"threads"in opt: return
if str(opt.get("enable-threads", "0")).lower() in ("false", "off", "no", "0"): from warnings import warn
warn(
Warning( "We detected the use of uwsgi with disabled threads. " "This will cause issues with the transport you are " "trying to use. Please enable threading for uwsgi. " '(Enable the "enable-threads" flag).'
)
)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.