PDA

View Full Version : Async Execution of dao methods



darkin100
04-30-2008, 07:51 PM
I have a number of dao methods that I want to execute async in an ASP.Net context. However the async thread does not have a NHibernate session bound to it. Is there any patterns or suggestions this this can be implemented?

Cheers


Glyn