Of course you are correct. The issue is that a transaction was being started for all requests, including those for non aspx and asmx files. Thank you!
On Mar 23, 3:15 pm, Tuna Toksoz <[email protected]> wrote: > No, by images i mean real .gif stuff. IF you are using a module, a request > to an image may be handled by the module this may be the reason why > > Tuna Toksöz > Eternal sunshine of the open source mind. > > http://devlicio.us/blogs/tuna_toksozhttp://tunatoksoz.comhttp://twitter.com/tehlike > > On Mon, Mar 23, 2009 at 11:13 PM, Jason Grundy <[email protected]>wrote: > > > > > Note that I do see this behavior with the 2.0.1 GA version. I was > > simply explaining why the log messages that I included were non > > standard. > > > On Mar 19, 9:36 am, Jason Grundy <[email protected]> wrote: > > > Tuna - I believe that you are asking whether any binary data is being > > > loaded from the database. If that is indeed your question the answer > > > is that there is none. > > > > On Mar 19, 8:04 am, Tuna Toksoz <[email protected]> wrote: > > > > > How many images does the page have? > > > > Eventhough session doesn't hold a connection open, this may be the > > reason. > > > > The module may open session everyimte. > > > > > Tuna Toksöz > > > > Eternal sunshine of the open source mind. > > > > >http://devlicio.us/blogs/tuna_toksozhttp://tunatoksoz.comhttp://twitt. > > .. > > > > > On Thu, Mar 19, 2009 at 4:00 PM, Jason Grundy <[email protected] > > >wrote: > > > > > > All that I am doing is using Reflection on the IDbConnection to > > obtain > > > > > the SAConnection and from there read the ConnectionId property from > > > > > the underlying SAInternalConnection. There's no (deliberate!) > > > > > functional change. This is to troubleshoot my actual problem (leaky > > > > > connections). This posting is not (directly) trying to solve that, I > > > > > am just interested in why the connections are being spawned. > > > > > > On Mar 18, 9:32 pm, Fabio Maulo <[email protected]> wrote: > > > > > > 2009/3/18 Jason Grundy <[email protected]> > > > > > > > > I am using a custom build of NHibernate > > > > > > > (a slightly modified 2.0.x) as I want to know ASA's internal > > > > > > > connection ID (the idea is that I might be able to tie the leaky > > > > > > > connections with something specific that I am doing in the app). > > But I > > > > > > > see a lot of activity after the EndRequest event fires on the > > > > > > > HTTPApplication. And I don't know why. > > > > > > > > Can someone explain to me what is going on? > > > > > > > Do you can explain what you have done in your custom-NH ? > > > > > > -- > > > > > > Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
