Hi Roland.

Thanks for your answer.

Sure, the problem was that I was not aware about that threads. I'm afraid
that I have to shutdown such threads at system shutdown because the library
shares threads among several actor instances. Anyway, problem solved!

Thanks again for your time very helpful suggestions.


On Mon, Mar 14, 2016 at 8:12 AM, Roland Kuhn <goo...@rkuhn.info> wrote:

> Hi Eduardo,
>
> threads created by other libraries are not managed by Akka, you will have
> to shut down that external DB interface yourself. The best place to do this
> would be in the actor’s postStop() hook (I mean that actor which also
> creates and uses that DB).
>
> Regards,
>
> Roland
>
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to