Replies: 2 comments
There is a thread pool
Not very, no.
Platform.
Have a look at |
0 replies
|
Thanks Rob. I found the background wrapper. I ended up moving everything into my own thread pool from the listeners so I wouldn’t block Ebean’s pool. I’m not particularly latency sensitive so any overhead of thread context switching wasn’t a big deal. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I was planning on adopting BeanPersistListener to execute side effects that only happen after a transaction is committed. The docs say that BeanPersistListener runs in a background thread, but doesn't provide many more details.
BackgroundExecutorWrapperto copy that stuff over? Is it automatically picked up like the other listeners?All reactions