in reply to I want to launch two subroutines at once

I don't understand the context of the question: where's this activity bar going to be displayed? You could run two separate processes by using fork, but is it not easier to have one process which runs for a very long time, and occasionally maintains an activity bar? This avoids the need to have two processes.

--
Tommy
Too stupid to live.
Too stubborn to die.

  • Comment on Re: I want to launch two subroutines at once