I am looking for a good framework for building web apps in python (could also be python + php). The apps will make http requests (GET/POST) and process data, so I'd like to have threading support to make it faster. I am currently using exec(/path/to/php thread.php ... ); to run "threads" on php.
The main app will scrap tons of urls and then there are other apps like "modules" that analize the data. I mainly looking for a framework that allow me to manage threads via a web interface, those threads would run GET/POST request and retrieve data that will be stored for later use by other apps.