inetd와 xinetd의 차이

k9252의 이미지

inetd와 xinetd의 정확한 차이를 좀 알려주세요..

주로 어떤경우 사용을 하고...

현재 레드햇 9.0을 보면 xinetd를 사용하는 것 같은데..

그럼 inetd는 사용을 하지 않는것인지..

사용을 안한다면...xinetd 대신에 inetd로 사용이 가능한지..

개념이 부족해서 잘 이해가 되지 않습니다..

부탁드립니다.

orangecrs의 이미지

The inetd daemon is a master daemon that listens on a number of different network ports. When a connection comes in, it wakes up the relevant daemon (e.g. telnetd, ftpd, fingerd, rshd). This reduces system overhead where daemons are only called occasionally : for the 99% of the time that no new connections are coming in, only one daemon is using up CPU cycles rather than lots. (If you have a daemon which is being used a lot, such as ftpd in a dedicated ftp server, you would run it all the time and not use inetd).

As far as I know, xinetd and inetd and just different implementations of this same functionality. Xinet is more complex (rather than one single config. file, lots of different ones) but allows more granularity of control (and tools like chkconfig make management simple).

구글에서 inetd vs xinetd 으로 검색해보세요... 더많은 답을 얻으실수 있을겁니다.

---------------------------------------------------
야!...