X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 17 Mar 2010 10:58 PM by  anon
Running routines simultaneously?
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
17 Mar 2010 10:58 PM
    Hi, Presently, using idl 7.0, my routines compute quite a large amount of data which causes the running program to hog my interface. Leaving me no choice but to wait  until completion to use the other functions I wrote. Is it possible to run 'simultaneously', eventually with a timer, different routines through the same widget interface? Thanks, Miguel N.

    Deleted User



    New Member


    Posts:
    New Member


    --
    18 Mar 2010 09:19 AM
    See the IDL_IDLBridge. It allows you to run multiple sessions of IDL so you can run a compute intensive process in the background without the blocking behavior you are seeing. Bill Okubo - IDL Product Manager

    Deleted User



    New Member


    Posts:
    New Member


    --
    26 Mar 2010 09:48 AM
    Thank you...but as far as i understood, IDL_IDLBridge doesn't allow parallel interactive interface usage. To illustrate, supposing that I have a set of 2 tabs, having a tree widget in one, and a table widget in the other, since they belong to the same parent widget, the processing of data in one tab will freeze all manipulations. Is there a way to allow parallel running within the same parent widget? Or should I opt for operations in separate windows as shown in the different examples that you've provided. Thank you,
    You are not authorized to post a reply.