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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top