Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Jul : CreateProcess slowing my app to a crawl
| Subject: | CreateProcess slowing my app to a crawl |
| Posted by: | "Brad Miller" (windopae..@nohaminyahacanformeoo.com) |
| Date: | Thu, 30 Jun 2005 16:06:05 |
I'm having an issue when using CreateProcess to launch an application.
Normally, I run this application from an icon, and everything is fine.
However, I've come across the need to launch this from another
application, and I'm finding that on occassion, the app that is launched
will start up, and within a few seconds, the app will consume in the
90%s of the CPU cycles. I have never seen this behavior when just
running the app by itself. Does anyone have any ideas about what might
be going on here?
TIA