Click here to Skip to main content
15,890,185 members
Home / Discussions / C#
   

C#

 
AnswerRe: Converting word doc to xml Pin
Member 87628084-Apr-12 23:43
Member 87628084-Apr-12 23:43 
QuestionDatabase connection pool thr application Pin
anishkannan2-Apr-12 18:16
anishkannan2-Apr-12 18:16 
AnswerRe: Database connection pool thr application Pin
Richard MacCutchan2-Apr-12 21:26
mveRichard MacCutchan2-Apr-12 21:26 
QuestionRe: Database connection pool thr application Pin
Eddy Vluggen3-Apr-12 2:04
professionalEddy Vluggen3-Apr-12 2:04 
AnswerRe: Database connection pool thr application Pin
Richard MacCutchan3-Apr-12 5:45
mveRichard MacCutchan3-Apr-12 5:45 
AnswerRe: Database connection pool thr application Pin
Eddy Vluggen3-Apr-12 1:54
professionalEddy Vluggen3-Apr-12 1:54 
GeneralRe: Database connection pool thr application Pin
anishkannan3-Apr-12 2:04
anishkannan3-Apr-12 2:04 
GeneralRe: Database connection pool thr application Pin
Pete O'Hanlon3-Apr-12 2:13
mvePete O'Hanlon3-Apr-12 2:13 
If you're using the ODP.NET libraries, you could be hitting the maximum pool issue because you have unclosed connections - make sure you dispose of your connections as early as possible. Basically, the standard technique is to open the connection as late as possible and dispose of it as early as possible. We had a system with a 1000 users all hitting the Oracle server, and we never needed more than 10 connections in the pool to service them because of this simple mantra.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: Database connection pool thr application Pin
anishkannan3-Apr-12 2:30
anishkannan3-Apr-12 2:30 
AnswerRe: Database connection pool thr application Pin
Eddy Vluggen3-Apr-12 2:41
professionalEddy Vluggen3-Apr-12 2:41 
GeneralRe: Database connection pool thr application Pin
anishkannan3-Apr-12 2:45
anishkannan3-Apr-12 2:45 
GeneralRe: Database connection pool thr application Pin
Eddy Vluggen3-Apr-12 2:50
professionalEddy Vluggen3-Apr-12 2:50 
GeneralRe: Database connection pool thr application Pin
Pete O'Hanlon3-Apr-12 3:10
mvePete O'Hanlon3-Apr-12 3:10 
AnswerRe: Database connection pool thr application Pin
Eddy Vluggen3-Apr-12 2:39
professionalEddy Vluggen3-Apr-12 2:39 
QuestionRetrieve Value from scanner Pin
Reena Aleesya2-Apr-12 16:34
Reena Aleesya2-Apr-12 16:34 
AnswerRe: Retrieve Value from scanner Pin
Abhinav S2-Apr-12 17:14
Abhinav S2-Apr-12 17:14 
AnswerRe: Retrieve Value from scanner Pin
Luc Pattyn2-Apr-12 17:34
sitebuilderLuc Pattyn2-Apr-12 17:34 
GeneralRe: Retrieve Value from scanner Pin
Abhinav S2-Apr-12 21:24
Abhinav S2-Apr-12 21:24 
AnswerRe: Retrieve Value from scanner Pin
Richard MacCutchan2-Apr-12 21:28
mveRichard MacCutchan2-Apr-12 21:28 
AnswerRe: Retrieve Value from scanner Pin
Richard Andrew x643-Apr-12 5:30
professionalRichard Andrew x643-Apr-12 5:30 
QuestionCrystal Report not displaying vertical line c# Pin
nhanlaptrinh2-Apr-12 15:59
nhanlaptrinh2-Apr-12 15:59 
AnswerRe: Crystal Report not displaying vertical line c# Pin
Vipin_Arora2-Apr-12 21:33
Vipin_Arora2-Apr-12 21:33 
GeneralRe: Crystal Report not displaying vertical line c# Pin
nhanlaptrinh3-Apr-12 4:08
nhanlaptrinh3-Apr-12 4:08 
Questionerp Pin
MemberDotNetting2-Apr-12 15:33
MemberDotNetting2-Apr-12 15:33 
AnswerRe: erp Pin
Not Active2-Apr-12 15:59
mentorNot Active2-Apr-12 15:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.