CTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 6:36 AM
Subject: Re: [DOTNET] Multiple threads and external utility
> > -Original Message-
> > From: Erick Thompson [mailto:[EMAIL PROTECTED]]
> >
> > I have an application that uses an external pr
Different processes will not ensure multiple instances of your utility are safe. For
example, if the thing uses a temp file and the
name is hardcoded, or derived by using the system time, you will have issues.
If you do determine that multiple instances of your utility are undesirable, then the
> -Original Message-
> From: Erick Thompson [mailto:[EMAIL PROTECTED]]
>
> I have an application that uses an external process/utility
> (pdftotext.exe)
> that is normally called from a command window. I use
> ProcessStartInfo and
> Process to manage the external utility.
> There are mult