> I want to create one Multiuse Server App
> (myExcelExport.exe) that exports asnych using the timer
[quoted text clipped - 4 lines]
> and calls on the services of this exe for exports once
> every blue moon.
Does Task Manager ever report more than one myExcelExport.exe
process running at a time? Is myExcelExport's Threading Model
set to anything besides a Thread Pool of 1 thread? Do any of
its classes have an Instancing property of GlobalSingleUse or
SingleUse? Any of these will kill you.
> Depending on the type of export, the server will raise
> different events and each client is really only waiting to
[quoted text clipped - 9 lines]
> each point to the one multiuse myExcelExport.exe (does it
> matter which one creates it first?)
Do any of the clients run under different user credentials?
This may cause COM to spawn a separate myExcelExport process.
If myExcelExport is also being accessed by remote clients via
DCOM, DCOM could also spawn separate myExcelExport processes.
--
Joe Foster <mailto:jlfoster%40znet.com> "Regged" again? <http://www.xenu.net/>
WARNING: I cannot be held responsible for the above They're coming to
because my cats have apparently learned to type. take me away, ha ha!