multithreading - Does Python support multithread in Webpage -
i going setup python web server using cherrypy. when user submit form python. want create thread within webpage beingness called. possible?
as have tried pthread in php before, , seems pthread not work in webpage. want create clear python back upwards multi thread in webpage before dive in.
thanks
python not threading, don't know needs advise take @ celery distributed task queu, can runs tasks.
if don't find celery useful, may need utilize multiprocessing it's solution run tasks in parallel. should know limited number of processor cores
python multithreading
No comments:
Post a Comment