Author Topic: Multi-Tasking in PI?  (Read 2934 times)

Offline dmcclain

  • PixInsight Addict
  • ***
  • Posts: 117
Multi-Tasking in PI?
« on: 2015 December 21 12:15:30 »
You have an absolutely, breathtakingly, wonderful system developed in PI! I can't say enough good about it.

But I often find myself wishing I could pull up and examine an image or two while the system is busy preprocessing a new stack of images. I don't wish to steal too many cycles from the computation going on, but during idle pauses my mind begins to wonder about various things I had seen in a previous result.

Offline ser1993

  • Newcomer
  • Posts: 7
Re: Multi-Tasking in PI?
« Reply #1 on: 2016 January 20 03:32:20 »
I totally agree with you. And of course have the possibility to open two project on the same time to check something. Pixinsight need to be a little bit more "open" in this way. Our machines are very powerful so I think even during deconvolution we can check something or make color balance on an other image.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Multi-Tasking in PI?
« Reply #2 on: 2016 January 26 08:32:12 »
You can run up to 256 independent instances of the PixInsight Core application simultaneously.

To run a new instance, launch the core application with the '-n' command line argument:

$ PixInsight -n

or, if you prefer long arguments:

$ PixInsight --new-instance

You can also run a new instance of PixInsight from the Process Console window:

cd "$PXI_COREDIR"
!!./PixInsight -n


which is more practical on Windows and OS X, where most users don't know how or want to use a terminal (unfortunately).
Juan Conejero
PixInsight Development Team
http://pixinsight.com/