Join Slack
Powered by
With jdbc/jpa you could emulate non-blocking with ...
# spring
c
Czar
10/07/2019, 9:01 PM
With jdbc/jpa you could emulate non-blocking with coroutines or plain Spring
@Async
, this would mostly matter for your servlet thread pool. If I had a situation with many simultaneous connections, I certainly would
👍 1
3
Views
Open in Slack
Previous
Next