Project

General

Profile

Actions

Feature #4704

open

Create a quicker make stack

Added by Neil Voss almost 8 years ago. Updated about 6 years ago.

Status:
Assigned
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
01/13/2017
Due date:
% Done:

0%

Estimated time:

Description

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

Actions

Also available in: Atom PDF