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

  • Home
  • SEARCH
  • 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 690901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:29:03+00:00 2026-05-14T02:29:03+00:00

Some installations that run our applications can be under hefty stress on a busy

  • 0

Some installations that run our applications can be under hefty stress on a busy day. Our clients ask us is there is a way to manage priorities in our application. For example, in a typical internet banking application, banks are interested in having the form “Transfer money” responsive, while the “Statement” page is a lot less critical. Not being able to transfer money is a direct loss for the bank, while not being able to produce a statement or something similar can be fixed with an apology. AFAIK, neither can you manage different request or session timeouts in a typical web application, it is one value for the whole of your web app.

Managing message priority and expiry time is a typical feature in many middleware platforms. Something like this can be useful for a web front end as well. Do any of web servers (either java or .net) or web frameworks provide these features? How would you go about implementing it if you’d have to go for roll-your-own?

  • 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-14T02:29:03+00:00Added an answer on May 14, 2026 at 2:29 am

    This is a pretty broad topic (which might also be appropriate for ServerFault), and are a number of options to consider both within your application and in the platform and network environment under which it runs. There are so many variables (e.g., CPU, memory, bandwidth and database access) to consider, it is nearly impossible to come up with a definitive answer based on your question. But, here are some examples of strategies you might employ, both of which assume your application is stateless, and you can split its functionality into multiple parts either physically or virtually (isolating transactions from statements in your situation). If these assumptions do not hold true, please clarify the question.

    • You can achieve this behavior within
      IIS. You need to split the
      application into multiple sites (or
      do so virtually by creating multiple
      copies of the application). A
      domain/subdomain model is ideal.
      Your transactions might occur on
      http://www.mysite.com, while statements are
      generated on docs.mysite.com. You
      can then limit connections and
      throttle bandwidth on the lower
      priority application. If you are
      using ASP.NET, you can also restrict
      the lower priority app to specific
      CPU cores
      while leaving the other unrestricted.

    • Since you are dealing with a high
      volume application, you are likely
      using a load balancer to spread
      traffic across multiple web servers. If your application is truly
      stateless (that is, no use of nasty
      session variables, etc.), you can
      likely take advantage of your load
      balancer to perform the traffic
      prioritization for you in one or more
      ways. For example, let’s say you
      have N front end web servers (where N > 2). You
      could run two separate pools in the
      load balancer to spread the load for
      transactions over 2/3 of them and
      statements over the other 1/3 with
      failover configured between them. (Depending on your load balancer, you may be able to do this based on path or HTTP header, as examples, even without splitting up your app.)
      This gives you both fault tolerance
      and prioritization. There are other
      choices depending on the load
      balancer employed, but hopefully this
      is enough to spark your interest in
      moving the problem to infrastructure
      and not just stay within the walls of
      the application server.

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

Sidebar

Related Questions

Some web applications, like Google Docs, store data generated by the users. Data that
Our current Apache installations are running Apache 2.0. Now we'd like to add some
Is there any PHP PDF library that can replace placeholder variables in an existing
For some reason one installation of Moodle 1.9.3+ has a problem that file.php returns
I have a Deplhi based Windows Service that, on installation, parses some command line
I am writing a bash script to deal with some installations in an automated
I see often (rewritten) URLs without ID in it, like on some wordpress installations.
Is there some smart way to retreive the installation path when working within a
First, some background: Our product needs to integrate with the Lotus Notes client by
This is a idea for a security. Our employees shall have access to some

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.