I am using Tornado as web server, and I've noticed from the official guide two functions, initialize and prepare, that are called before requests handling (POST, GET etc...).
But I cannot understand the difference between the twos: it seems they can be used for same things. Can you explain me if the functions have different use cases?