This is a problem about custom shell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
There are two application names A.exe and B.exe . A is very samll,it is
used custom shell , and calls B. B is a big applicattion.(notice:A can call B
automatically In the progress of startup of A)
First of all ,I used B to make a custom shell and built a Image
..Everything is OK. The startup of system is very quikly.
Now ,the problem is coming.I used A to make a custom shell and built the
Image.
When the system startup ,it can startup A very quikly, but startup B very
slowly.
This Tims is about 2 minute.(notice:A can call B automatically when A
startup).
I think that B application needed some resource of system. However these
resource of system have not initailized when A called B. But I can't explain
Why the rate was so quikly when B applition was used shell alonely.
Please ask me ,I am very urgent .
thanks!
 
I had a similar situation where A ran as the shell, A started B, and then A
exited.
Under WinLogon this worked without problems, but under MinLogon A was always
being re-started by the o/s when it exited.
This lead to many copies of B being started until the system ran out of
resources or a deadlock occurred.
Check your system to make sure that a similar problem is not occuring.
 
Back
Top