Sushant Nirwan wrote: > Thanks Antonello > Your concept in 100% correct but now my problem is that how i can make second > process P2 of a process contract CT > Pls guide me the what change should i do so that i can get another Process According to process(4):
CREATION A process contract is created when an LWP that has an active process contract template calls fork(2). Initially, the child process created by fork() is the only resource managed by the contract. When an LWP that does not have an active process contract template calls fork(), the child process created by fork() is added as a resource to the process con- tract of which the parent was a member. Antonello