David:

The connection pooling just seems to work, although I can't quite figure out 
how to monitor it.  I set up mv.NET to use UO.NET as
the server connection, then all the connections via mv.NET (the several 
connections I tested) don't add to the LISTUSER license
count; although the "udcs" connection appears in the connection listing.

There is no "configuration" information needed in my .NET "web.config" file.  I 
have no idea where the configuration information
would be located.

I can monitor the mv.NET connection but have no idea how to monitor the 
connection pool traffic.  I'm glad we didn't have this much
trouble using the new features in BASIC called "EXECUTE" and "LOCATE".  :-)

Bill

>-----Original Message-----
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Hona, David S
>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
>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/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to