Connection Pooling update(vistadb.net)

submitted by vistadbvistadb(879) 4 years, 3 months ago

VistaDB has had connection pooling since one of the early betas. I was recently speaking with a user who had some questions and I could not remember the answers, so I looked through the code. I found one property that was not exposed to the public interface, and I decided to take the time to document my finding while it was fresh in my mind. Take a look in the help file (in Build 50) for a new HOWTO topic on Connection Pooling. Connection pooling enables your .NET application to recyle a connection a pool of connections that have been previously closed. Once a connection with a particular connection string has been created it is placed in a pool during the Close() operator and an application can then resuse that connection without the expense of rebuilding the entire object. When the application requests a connection an existing object is returned from the set of pooled connections. When the object is closed again it will be added back to the pool for reuse

add a comment |category: |Views: 1

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story