Components to execute Jobs within same process
Let Jobs run withing the current process where also the JobbrServer runs, so that no additional processes are required.
- Don't crash the process --> AppDomains
- How to identify written files/artefacts at job completion --> ?
- How to handle process updates (24%, 99%, etc.) --> Is Console available / Multiple Jobs?, IProgressUpdate interface?
- How can log-files be separated into different files? --> Add JobRUnId to LogContext? (How is that mapped?)
- Static Instances are per AppDomain only
- Threads can be named
- ThreadLocal could also help?