I'm trying to make a simple application on Tornado, and Tornado is an event driven Webserver, and because it's on Python, then i'll try to use Multiprocessing, but in what?
Password hashing is a linear operation no? if i hash a password 1000 times, then every n
operation needs the n-1
operation?
What about image processing, if they are used in forms, then it must wait until the client validate his form no?
The only example i can get from multiprocessing is 3D Rendering, more you get processes, more you gain time.