Persistent connections possible in ASP.Net?

  • Thread starter Thread starter Jim Hubbard
  • Start date Start date
from what to what?

most browsers support server push (which is really client pull), but its of
limited use. you'd have to update the asp.net timeouts. also its doesn't
scale well. a codebehind background thread could open a persistent
connection easily.

-- bruce (sqlwork.com)




| Is it possible to have persistent connections in ASP.Net?
|
|
 
Jim said:
Is it possible to have persistent connections in ASP.Net?

This is nothing to with ASP.NET. It's a web server feature. And yes,
IIS supports persistent connections.

Cheers,
 
Back
Top