What is "Sim blocking" (seen in tomcat doc)? What is "Sim blocking" (seen in tomcat doc)? multithreading multithreading

What is "Sim blocking" (seen in tomcat doc)?


According to Filip Hanik, a Tomcat committer, it means "simulated blocking". (Reference: Tomcat User Mailing list post)


Just a guess, but it could stand for simulated blocking, meaning a blocking api wrapped around the underlying non-blocking nio api.