Yes, that was very interesting. Thanks.
The link shows that the using Hibernate in a Thick-Client context brings hard-to-solve problems...
In our situation, our major concern is the loading time. If hibernate could use many connections in one session that would be perfect (we would not have to re-design the way our application deals with Hibernate).
Unfortunately it seems pretty clear that it is not possible...
Quote:
It is not intended that implementors be threadsafe. Instead each thread/transaction should obtain its own instance from a SessionFactory.
Warm regards,
Dave