E
Erick
I've create a windows service which will start any windows application
whose name it finds in an xml file i have pointed it to.
However, I also want it to create .net objects from assemblies (dll's)
I want these objects run in the background. I have used reflection to
find the assembly and the object type.
I want these objects to run separately to the windows service. Do i
start these objects in a new thread or do they need to start in a new
process?
What is the difference between a process and a thread and is all .net
code executed in the same process.
Any help appreciated
whose name it finds in an xml file i have pointed it to.
However, I also want it to create .net objects from assemblies (dll's)
I want these objects run in the background. I have used reflection to
find the assembly and the object type.
I want these objects to run separately to the windows service. Do i
start these objects in a new thread or do they need to start in a new
process?
What is the difference between a process and a thread and is all .net
code executed in the same process.
Any help appreciated