| [ CnUnix ] in KIDS 글 쓴 이(By): alita () 날 짜 (Date): 2002년 7월 8일 월요일 오전 11시 30분 20초 제 목(Title): Re: 동시접속 10만처리하기 from poll man page The poll() systemcall was introduced in Linux 2.1.23. The poll() library call was introduced in libc 5.4.28 (and provides emulation using select if your kernel does not have a poll syscall). 저는 1024개 이상의 file을 open하는 경우에 select 대신 poll을 써서 core dump나던 것을 해결했습니다. :) |