Skip to Content
0
Former Member
Jul 23, 2007 at 10:27 AM

Execute program in background

62 Views

Hi,

I have a BSP that starts a program when the user presses a button. The program is started with

"submit xyz and return".

My problem is that the program runs for some hours and the BSP throws a timeout after 60 seconds.

So the question is how can I start the program in a new background task. There is no need to show the result of the program on the BSP. I just want to press the button and get a note that the program was started.