Looking for a comparison of different scheduling algorithms for a Finite State Machine
问题 Are there any good resources (books, websites) that give very good comparison of different scheduling algorithms for a Finite State Machine (FSM) in an embedded system without an OS? I am designing a simple embedded web server without an OS. I would like to know what are the various methods used to schedule the processing of the different events that occur in the system. For example,if two events arrived at the same time how are the events prioritized? If I assign different priorities to