Is it possible to commit a transaction in the background while already returning the view to the user when using nHibernate in an ASP.NET MVC application?
So upon reaching "ActionExecuted", which is normally the point at which the transaction is committed when using the session-per-request pattern, I want to continue right away while nHibernate starts committing. This would allow the user to see the resulting view earlier.