Seems our sysadmins are refusing to allow us to run our server in inetd. No reason given.
It's a forking server, so maybe if I allow 1000 simultaneous connections instead of 10, they'll change they're mind. What's that? Ram all used up you say? Friggin' smartasses.
An older distribution of libnet contained a DummyInetd.pm module. You can use this to at least create a wrapper that can make your program feel like it is running in inetd.
-- J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Do it with Perl. :) (Score:2)
An older distribution of libnet contained a DummyInetd.pm module. You can use this to at least create a wrapper that can make your program feel like it is running in inetd.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers