Hello,

I have a few questions I was hoping someone could clarify some things for me.

1. Undertow is asych by nature like netty etc., are there currently libraries that are asych when you need to connect to popular services like mysql (hibernate), memcached, and redis?

2. If there are no libraries for #1, is it common pracitise to then create a seperate thread pool and somehow execute blocking queries in a seperate thread pool?

3. are there any big names using undertow currently or is it a very fresh framework that is just getting started?

Thanks!