[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

select() n poll()



Im trying to write a lil chat client/server. Im using select in the client for polling stdin and a socket. I tried using poll too:
with select - %CPU=0.01 with poll:%CPU=12
Isnt poll supposed to work the same as select() ??