I'm looking for a good framework for creating web applications in Python (can also be Python + php ) The app makes HTN requests (GET / Post) and process data, so I want to thread thread 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 many URLs and then there are other applications like "Module" that optimize the data. I mainly search for a framework which allows me to manage the thread through a web interface, these threads will receive the GET / POST request and retrieve data that are stored for later use by other apps Will be done.
I use a lot of Django:
< P> These are all python and HTML-templates, this is not "multi-threaded", but you can set your server to install multiple processes to manage incoming requests, so that a user can not hang Please, if you ask for "multi-threaded" But this is a different question.
Comments
Post a Comment