Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
HTTPContext Session and worker thread (Fire and Forget)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Braulio Diez, post: 3437089"] Well, I think that approach is valid if your batch processes take long time to execute (30 minutes, one hour)... But in my case, my process would take a minute to execute, and I want to let it run and then via AJAX take the result back. As far as I know Session is thread safe (not the content that you store), so passing the HTTPContext taking into account that a session can last for instance 20 minutes and my process can take a minute, should be crazy stuff. Is there some documentation about this topic indicating what are the limitations of passing the HTTPContext? Thanks in advance Braulio -- /// ------------------------------ /// Braulio Diez /// /// [URL]http://www.tipsdotnet.com[/URL] /// ------------------------------ [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
HTTPContext Session and worker thread (Fire and Forget)
Top