Feature #4704
Updated by Neil Voss almost 8 years ago
I was experimenting with a faster make stack, out of necessity it will do less and it be multiprocess by design.
The biggest problem is that when you launch a multiprocess from python, you cannot use the database, because the MySQL connection does not transfer, so that is a major drawback. I am thinking of using star files for the transfer of information between the individual processes, rather than trying to make a new connection to the database.
I wanted to note that I am starting from scratch and will not modify the existing makestack2.py, perhaps this could eventually become appionLoop3.py