Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Start up Script - clarification: (4 Items)
   
Start up Script - clarification  
Hi,

I want to know what is the difference between starting the server using the script provided in the build file or by 
using the application at run time.

I am getting a different result for both the method.

Thanks
Re: Start up Script - clarification  
> Hi,
> 
> I want to know what is the difference between starting the server using the 
> script provided in the build file or by using the application at run time.
> 
> I am getting a different result for both the method.

Added to this ques, how "spawnlp" is replaced through the script.
> 
> Thanks


Re: Start up Script - clarification  
Hello,
Mode details will be helphul:
1. Fragment of the boot script file where you start the server
2. Fragment of your application where you start the server
3. How the results are different (works vs. does not work, different priority…)
Regards,
Yuriy

Re: Start up Script - clarification  
This is brief desp. of the problem.

We are creating the process by two methods:

1.      Using spawnlp function from the application with arguments as P_NOWAITO, SSP, SSP and NULL - With this method of
 process creation, we saw a system crash issue after invoking some string.

2.      Using build script - With this method of process creation, we didn’t see any crash issue and the conversion of 
all the strings are working as expected.

Thanks,