c# - Concurrent ASP.NET request using InProc session management -


first let me attempting accomplish. notify user(s) of web application if changes made document working on. intend use long polling achieve desired results. when send request long polling page (which polls , sleeps 250ms between iterations until timeout expires) , attempt simultaneously load page on web site, second request queued until first complete. there solution problem? ahead of time, using web garden or form of session management inproc not acceptable in situation. can offer.

this session synchronization causing requests handled sequentially. if can change long-polling handler not session aware, should fix problem.

you didn't target if it's .ashx or custom ihttphandler not implement irequiressessionstate request not attach (or synchronize with) session. of course means long polling request not have access session.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -