blackhaze has asked for the wisdom of the Perl Monks concerning the following question:
We have written a POP3-server in Perl, the software works 100% in Linux using inetd/xinetd or as a standalone daemon by using accept()/fork()
However ...
When we try to port the application to Windows we hit a brick-wall.
Fork() seems unstable under the standard Perl distro and ActiveState. We can use cygwin+perl+inetd but it's becomming major bloat-ware for our app ...
Does anyone know of a native Windows inetd emulator/exe? Basically all we want is a Windows exe that can accept/fork a perl process for multiple connections.
Or can we use Net::Daemon under Windows, any fork() workarounds?
Suggestions + ideas are welcome!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Windows fork or inetd emulation for Perl
by Roger (Parson) on Jan 22, 2004 at 13:41 UTC | |
by Anonymous Monk on Jan 23, 2004 at 02:41 UTC | |
|
Re: Windows fork or inetd emulation for Perl
by Abigail-II (Bishop) on Jan 22, 2004 at 13:34 UTC |