RE: [U2] uo.net connection pooling

2008-04-10 Thread Mike Dallaire
meon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dallaire Sent: 09 April 2008 16:16 To: u2-users@listserver.u2ug.org Subject: RE: [U2] uo.net connection pooling Symeon, This is more of a question than a response. It was my understanding, or lack of it

RE: [U2] uo.net connection pooling

2008-04-09 Thread Symeon Breen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dallaire Sent: 09 April 2008 16:16 To: u2-users@listserver.u2ug.org Subject: RE: [U2] uo.net connection pooling Symeon, This is more of a question than a response. It was my understanding, or lack of it, that you could not do pooled

RE: [U2] uo.net connection pooling

2008-04-09 Thread Mike Dallaire
Symeon, This is more of a question than a response. It was my understanding, or lack of it, that you could not do pooled connections and non-pooled connections in the same asp.net/uo.net application. True? Mike Michael Dallaire Senior Applications Developer IBM Certified Solutions Expert Mortgag

Re: [U2] UO.NET Connection Pooling

2007-11-07 Thread Daniel
Not UO.NET , but in UO for Java.(Also on Unidata 7.1) Maybe it can help you. Normally my connections were recycling normally and I had no problems at all, but a few weeks ago, there was a subroutine that, when executed, was generating trouble inside Unidata , causing zombie processes that keep ru

RE: [U2] UO.Net & Connection Pooling

2007-06-19 Thread Bill Haskett
t;Sent: Tuesday, June 19, 2007 12:21 AM >To: u2-users@listserver.u2ug.org >Subject: RE: [U2] UO.Net & Connection Pooling > >I suppose the question is: does mv.NET use the Connection Pooling >mechanism. To which documentation do you refer to? If it is the UO.NET >documentat

RE: [U2] UO.Net & Connection Pooling

2007-06-19 Thread Hona, David S
Oops, pressed ENTER too soon, does your config file look something like this? (Just checking!!) Regards, David -Original Message- From: Hona, David S Sent: Tuesday, June 19, 2007 5:21 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] UO.Net & Connection Poolin

RE: [U2] UO.Net & Connection Pooling

2007-06-19 Thread Hona, David S
I suppose the question is: does mv.NET use the Connection Pooling mechanism. To which documentation do you refer to? If it is the UO.NET documentation, then I guess it refers to you adding a reference to UODOTNET, for it to work? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] UO.Net & Connection Pooling

2007-06-15 Thread Bill Haskett
Friday, June 15, 2007 1:18 PM >To: u2-users@listserver.u2ug.org >Subject: RE: [U2] UO.Net & Connection Pooling > >First question, do you have a reference to the UODOTNET assembly >in your web site or application? I'm not familiar with the connection pooling >in UO.NET,

RE: [U2] UO.Net & Connection Pooling

2007-06-15 Thread Nick Cipollina
First question, do you have a reference to the UODOTNET assembly in your web site or application? I'm not familiar with the connection pooling in UO.NET, but I do know you need to have a reference to the assembly in your project. You also need to define the config section in your config file. An