A
arno
Hello,
I use a com component and i can't activate pooling on it.
I read that it was because of the threading model.
This component is like a database access component and
it's expensive to open a connection.
So, What do you think about these solutions :
1) Create a com wrapper using .net
Create an enterprise service which is poolable and reuse
connection with it.
2) Create a new .net pooling system from scratch.
for example :
http://www.csharphelp.com/archives/archive285.html
Thanks for your advices,
arno
I use a com component and i can't activate pooling on it.
I read that it was because of the threading model.
This component is like a database access component and
it's expensive to open a connection.
So, What do you think about these solutions :
1) Create a com wrapper using .net
Create an enterprise service which is poolable and reuse
connection with it.
2) Create a new .net pooling system from scratch.
for example :
http://www.csharphelp.com/archives/archive285.html
Thanks for your advices,
arno