J
Joannes Vermorel [MVS]
I am implementing a .Net application (scientific computing) that basically
requires a couple of days to terminate on a single desktop. Until now, I was
using Mono (a .Net port) to run it on a Linux server. To achieve that, I was
using the command-line
$ nohup mono MyApp.exe &
I have WinXP machine that I can access through Remote Desktop, I would like
to achieve the same effect. What would you suggest?
Joannes
Ps: sorry if this post is a bit off topic here.
requires a couple of days to terminate on a single desktop. Until now, I was
using Mono (a .Net port) to run it on a Linux server. To achieve that, I was
using the command-line
$ nohup mono MyApp.exe &
I have WinXP machine that I can access through Remote Desktop, I would like
to achieve the same effect. What would you suggest?
Joannes
Ps: sorry if this post is a bit off topic here.