MAMohamed Abdelfatahinmofatah.hashnode.devยทJul 11, 2023 ยท 1 min readLinux Web Servers: From Iterative to EpollWhen I fire up my code editor to create a web server that serves incoming requests, usually I don't care what-the-heck is going on underneath. Modern programming languages abstract away all the underneath details from you and give you a few functions...00