Microsoft Developer Network > 포럼 홈 > Microsoft ESP Platform Development > Creating child process within a thread
질문하기질문하기
 

일반 토론Creating child process within a thread

  • 2009년 4월 2일 목요일 오후 4:23Ayaz ul Hassan 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    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?