Link to home
Start Free TrialLog in
Avatar of eric0213
eric0213

asked on

Calling a process to run indefinitely from ASP

I want to call a process to run from ASP (on IIS) to run indefinitely.  I originally wanted to make a DLL or something, but decided I probably would need a container for it, so that won't work.  I figure I'm probably going to have to create an application to run IDLE on bootup and then use a custom DLL to access that object from an ASP script.

Or is there a better way to do this?

Thanks
Avatar of rehand
rehand

Can you give some more information on the process that this program will be performing?
Avatar of eric0213

ASKER

It will be used to initiate encoding of a tv capture card with windows media encoder 9.

I've written an application that will start the encoder with the click of a button -- took all of five lines to turn it on.

Anything else?
Create an executable that you can simply shell from your ASP page.
But I want to be able to make some changes to the process as it runs -- like change the channel.  So I can't shell it out everytime.
ASKER CERTIFIED SOLUTION
Avatar of AzraSound
AzraSound
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial