Operating system (6)
Original link: https://zdd.vercel.app/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F(%E5%85%AD)/ When it comes to concurrency, it seems that it can only be achieved with threads. This is not the case, and some GUI-based applications or certain types of web servers often use another form of concurrency called event-based concurrency . Implementing event-based concurrency is simple, we wait for an event to happen, […]
Operating system (6) Read More »