Hello Roberto, I have async application, right know I have one issue, what can be solved with help of threads. all I want it's just to create 20-30 threads what will receive data from the async cores, process them and return back to async cores.
Do you have any ideas what is the best way to do this communication? without many opened files - what will happen if I will use traditional ways like socket/server. also, I tried multiprocessing module with async, it's working pretty good and have queue/pipe implementation (not sure how cheap is it yet) how save to use multiprocessing instead of threading? _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
