in reply to inetd server not writing correctly to client

Try removing just the select, and you'll see that it works. It is clear that you are doing the select to unbuffer the logging filehandle, but you need to either explicitly print to STDOUT, or re-select STDOUT so that print with no explicit filehandle goes there by default.

--rjray

  • Comment on Re: inetd server not writing correctly to client