MSDN > Home page del forum > Microsoft ESP Platform Development > Creating child process within a thread
Formula una domandaFormula una domanda
 

Discussione generaleCreating child process within a thread

  • giovedì 2 aprile 2009 16.23Ayaz ul Hassan Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    I want to discuss the programming practice for multiprocesses applications. I have an application that do the following steps:
    1. create a thread
    2. create a new process within the thread function
    3. invoke another application in that seperate process

    this seems that it creates process within a thread, which is doesn't seem correct. Can anyone elaborate further?