when something is blocking in an sp block (programming error), if the code is called in a green thread (httpkit request), does it affect all missionary based call on the webserver or just the code being supervised in that particular thread ?
what is the meaning of green thread here ?
These project loom threads introduced with java 21
Each request uses one in http kit
ok
the impact of abusive blocking should be limited to the process, it will basically prevent any further interaction on this process as long as the call is pending