Why the rate is very slowly when a custom shell calls another prog

  • 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
 
Do you have a network adapter and support in your image.

If so you need either DHCP to be present on your network or you need to use static IP addresses to avoid long wait problem during
the boot.

Regards,
Slobodan
 
Yes,I have a network support. I use static IP address at all times.But
The time of startup is still very long.
 
Back
Top