Hi all,
I am using OSIV (filter because it is a web app) but I want to create some user threads that need to access the same hibernate session, or at least they should take part in the same transaction)
Should each thread have it's own session, or is session multithreaded?
Is it as simple as replicating the behaviour of OSIV for each user thread I create?
I suppose I am asking; can I use OSIV for multiple threads, or should I view each thread as it's own request, each having it's own invocation of OSIV (you get what I mean).
Has anyone else tried this?
Thanks all,
Col


Reply With Quote
