Replies: 2 comments
-
There is a thread pool
Not very, no.
Platform.
Have a look at |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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?Beta Was this translation helpful? Give feedback.
All reactions