aspx_professional thread: Connection Pooling for Sockets/HTTP in ASP.NET ?
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
|





