Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5952381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:40:25+00:00 2026-05-22T17:40:25+00:00

I’m developing a web application based on ASP.NET MVC. There are a large database.

  • 0

I’m developing a web application based on ASP.NET MVC.

There are a large database. Users can search in this database using custom filters (html-form with options). After users submit the form and wait a result. It’s very slow operation. But it’s a not question of database optimisation or query optimisation.

So, there is slow operation. I want to run this operation and get it state from time to time without a page realoding.

I see it like:

  1. Sending the first ajax-request (the form data) to runs this slow operation.
  2. Sending ajax-requests from time to time to get info about the operation.

Questions:
1. How can I run operation on the server that will be processed outside a http request?
2. How can I get state of this operation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:40:26+00:00Added an answer on May 22, 2026 at 5:40 pm

    How can I run operation on the server that will be processed outside a http request

    You could run it in a background thread. Either spawn one manually or if you are using .NET 4.0 use TPL.

    How can I get state of this operation?

    Once started the operation should be assigned an unique ID and returned immediately to the client. Then when the operation progresses in the background thread it could update its progress using the ID. For example you could use the Application state to store this progress. The the client will poll the server at regular intervals to fetch the progress.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.