On Sun, 27 Jun 1999 22:26:34 EDT, John Baldwin writes: >Let's say I have two services, foo and bar, with food and bard. I want to >wrap food, but *NOT* bard and they are both in /etc/inetd.conf. How do >you propose to solve this with the internal wrapping (which is a good >idea, IMO as it eliminates an exec())?
i wouldn't...i'd have to either pay the (small) cost of wrapping or pay the (less small) tcpd exec and not use internal wrapping. it's "nice" to save the exec, but intensely performance or latency sensitive daemons probably shouldn't be starting out of inetd, they should be standalone and preforked or threaded... aaron To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message