P
Paul
Hi all.
Can someone provide some help on the following as there seems to be many
different methods of acheiving the same outcome.
Basically I am trying to develop a web service which will spawn an exe file
to run an import and then return a result back to the web service, this
would also need the facility to spawn multiple copies of the application
upto a maximum figure..............
I think the following methods can be used but not sure all the best way....
Set IIS to interacte with the desktop and get the web service to spawn the
applicaiton and keep a global list of the process ids and an instance count?
create a com component which will spawn the application ? do i need to use
object pooling to create a list of the processids ??? not sure on this one ?
this basicaly needs to be started when the web service starts ?
help and examples would be good.....
cheers all
Can someone provide some help on the following as there seems to be many
different methods of acheiving the same outcome.
Basically I am trying to develop a web service which will spawn an exe file
to run an import and then return a result back to the web service, this
would also need the facility to spawn multiple copies of the application
upto a maximum figure..............
I think the following methods can be used but not sure all the best way....
Set IIS to interacte with the desktop and get the web service to spawn the
applicaiton and keep a global list of the process ids and an instance count?
create a com component which will spawn the application ? do i need to use
object pooling to create a list of the processids ??? not sure on this one ?
this basicaly needs to be started when the web service starts ?
help and examples would be good.....
cheers all