====== Undertow ====== * https://undertow.io/ * https://github.com/undertow-io/undertow ===== Thread 갯수 ===== * https://undertow.io/undertow-docs/undertow-docs-2.1.0/index.html#xnio-workers * ''WORKER_IO_THREADS'' : core * 2 를 보통 권장. non blocking io 용. * ''WORKER_TASK_CORE_THREADS'' : core * 10 을 보통 권장. blocking io 용.