Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Connection Pooling for Sockets/HTTP in ASP.NET ?


Message #1 by adi@a... on Wed, 8 May 2002 22:45:22
Hi,

I would like to use a connection pooling mechanism to open sockets/HTTP 
connection to other URL on the web. Instead of opening a connection at 
each page (and close it) - I would like to somehow maintain a global 
connection(s) that I can use from my pages. (Something like PoolMan 
product in java).
Is there any way to do that in ASP.NET ?

Any help is appreciated,

   DD

  Return to Index