![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Servers on Windows?by ysth (Canon) |
on Nov 25, 2007 at 21:46 UTC ( [id://652868]=note: print w/replies, xml ) | Need Help?? |
I'm not clear on whether you are looking for server code (code that listens to a port and accepts connections) or code to install a windows service or both. For the former, perhaps search CPAN
for RPC - lots of choices there. (Or just start from what's in perlipc.) For the latter, I see Win32::Daemon; there may be others, too.
Search for openssh for an open source sshd, but I'm not sure what that has to do with the rest of your question.
In Section
Seekers of Perl Wisdom
|
|