The Computer Oracle

How do web-servers "listen" to IP addresses, interrupt or polling?

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2

--

Chapters
00:00 Question
00:31 Accepted answer (Score 185)
02:40 Answer 2 (Score 9)
06:36 Thank you

--

Full question
https://superuser.com/questions/837933/h...

Answer 1 links:
[HLT]: http://en.wikipedia.org/wiki/HLT
[system call]: http://en.wikipedia.org/wiki/System_call
[accept]: http://linux.die.net/man/2/accept
[TCP SYN]: http://www.inetdaemon.com/tutorials/inte...
[fork]: http://linux.die.net/man/2/fork
[asynchronous IO]: http://en.wikipedia.org/wiki/Asynchronou...
[select]: http://linux.die.net/man/2/select
[epoll]: http://linux.die.net/man/4/epoll
[EWOULDBLOCK]: http://linux.die.net/man/3/errno
[Nginx]: http://nginx.org/
[HAProxy]: http://www.haproxy.org/

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#networking #webserver #embedded

#avk47