Re: Connection Weirdness



Hi Miha,

Thanks for taking an interest.

1. Yes. I've stepped through it and it definitely calls the
DataReader's Close.
2. Yes and no. My business object code does no threading but this app
is running under a service. Apparently, each time the timer fires my
code off it is in a separate thread from the previous timer event. But
interestingly the connection pool seems to be at the Service app level
as some of these connections were logged in an hour ago and yet
executed their last batch very recently.
3. No. The connection string is as I quoted apart from I changed the
names for readability. (And security!)

.



Relevant Pages

  • Re: Static keyword usage in asp.net?
    ... You are just going to have to be more aware of threading issues, ... threading is implicitly done in an ASP.Net app, ... variables locally and grabs its DB connection from the ... as the shared resources are handled in a threadsafe manner, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: iTunes Freezes
    ... made iTunes single threaded should be put out to pasture. ... Re-writing an app from scratch ... Fault tolerant threading is something I'm familiar with. ...
    (comp.sys.mac.system)
  • Re: Ruby 1.9.x Concurrency
    ... question I'm trying to answer is not how great the threading solution ... that show at any given time still gave the app a kind of sluggish ... On Jun 9, 2009, at 10:44 AM, Tony Arcieri wrote: ...
    (comp.lang.ruby)
  • Re: Serial port visibility in user control
    ... refreshes my graph is that it seems to be a "looping" process (i.e. if I run ... the app in debig mode and just step through, it continually comes back to the ... The other poster here is correct that a threading architecture is ... from your received event over to your current UI thread, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Callback to C# from unmanaged legacy DLL
    ... I was developing the app as a Console Application. ... the callback threading ... My guess is that there is some aspect of the threading model of the ... windows form app which helps this work and clearly there is something ...
    (microsoft.public.dotnet.framework.interop)

Loading