Oops, pressed ENTER too soon, does your config file look something like
this? (Just checking!!)

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!-- 

*** YOUR INFO CONFIGURATION HERE ***

-->
</configuration>


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 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
documentation, then I guess it refers to you adding a reference to
UODOTNET, for it to work?



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
Sent: Saturday, June 16, 2007 4:37 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UO.Net & Connection Pooling

I'm trying to figure out how to use UO.NET's connection pooling
mechanism.  I'm using mv.NET, which uses UO.NET as a connection method.
I've purchased a "Connection Pooling" license for UD v7.1.9 (Windows).
According to the documentation, "The following illustrates a
configuration file for connection pooling.  This configuration file is
named either app.config or web.config."
 
<UO.NET>
  <General>
    <add key="SocketTimeOut" value="300000" />
  </General>
  <ConnectionPooling>
    <add key="ConnectionPoolingOn" value="1" />
    <add key="MinimumPoolSize" value="1" />
    <add key="MaximumPoolSize" value="16" />
    <add key="IdleRemoveThreshold" value="300000" />
    <add key="IdleRemoveExecInterval" value="6000" />
    <add key="OpenSessionTimeout" value="30000" />
  </ConnectionPooling>
  <PerformanceMonitor>
    <add key="BusyConnectionCounter" value="0" />
  </PerformanceMonitor>
</UO.NET>
 
When I include this section of code into the .NET "web.config" file my
project won't compile due to "<UO.NET>" being an "Unrecognized
configuration section."  I'm wondering if anyone can explain how all
this works together (and how to use it).
 
Thanks,
 
Bill
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to