in reply to Re: Servers on Windows?
in thread Servers on Windows?

I meant RPC, not Windows RPC. I have some servers where I need to start some simple sysadm scripts periodically and want to keep it as light as possible. Hence, no Cygwin, etc. (Without having to install a Visual C++ and compiling up a Service program.)

Sigh, Thanks for info re DCE RPC implementations on Linux. :-(

Replies are listed 'Best First'.
Re^3: Servers on Windows?
by Corion (Patriarch) on Nov 26, 2007 at 10:28 UTC

    For periodically running stuff, I use Schedule::Cron::NoFork - but that requires a signed-on user or running as a service

      It is worth using over the built in Win stuff? I'll remember that.