> Is it possible to run wsgi or cgi python script inside uwsgi which > started as udp log server in order to process received log entries? > Thanks. >
You mean adding --udp to an uWSGI instance running a web application ? If it is what you mean, yes there are no problems in it (for example it is a common setup for multicast logging where all of the nodes in a cluster receive a copy of the logline) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
