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 632343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:03:57+00:00 2026-05-13T20:03:57+00:00

My web application needs to call a .NET assembly which seems to me that

  • 0

My web application needs to call a .NET assembly which seems to me that allocates “a lot” of memory for a web application (perhaps I’m wrong, that’s why I’m asking).

I already call this assembly from my desktop application and, with the help of Task Manager, I realize that it consumes about 60MB when it runs (it is fast though: it takes less that 0.1 seconds to do the job).

What I need to know is what is going to happen, in terms of memory, bandwidth, or anything else you can come up, if, for example, 10 or 100 users use my web application at the same time. The needed memory will be 60MB x (Number of Users)? And what about the bandwidth?

If you can think of more issues, please give a hint how should I treat this problem.

  • 1 1 Answer
  • 1 View
  • 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-13T20:03:58+00:00Added an answer on May 13, 2026 at 8:03 pm

    Some food for thought:

    1) Task Manager is not an accurate way of measuring the memory usage (for example see http://www.itwriting.com/dotnetmem.php)

    2) Some of that memory is probably allocated for static or initialization-time data, which is only held in a single copy regardless of how many users are accessing the component.

    3) Some of that memory is allocated per-request, meaning it will grow linearly with the # of users using the component.

    4) Bandwidth is unrelated to memory usage.

    The KEY question you need to answer is “was the component designed for running in an ASP.NET web environment”? This actually includes two separate but related issues:

    • If the component wasn’t designed to run in a multithreaded (if you aren’t familiar with that term then substitute “multi-user”) environment then it will probably die horribly as soon as more than a few users share it.

    • If it hasn’t been tested under ASP.NET (particularly under load) then there is a fair chance that it won’t play nicely with the rest of your web app. If possible, try to find which IIS and ASP.NET configurations are officially supported and make sure that it fits your requirements.

    I would recommend doing the following:

    A) Read the documentation to see whether it is multi-threaded and officially supports ASP.NET

    B) TEST IT AND SEE FOR YOURSELF. Create a simple test web application and stress it using a load tool.

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

Sidebar

Related Questions

I have an asp.net MVC2 application that needs to call a web service from
I have a Web page within my application that needs to call a web
If a .NET application needs to call a web service is there a good
I have a web application which needs to perform a file copy operation and
I am designing a web application that needs to visualize large amount of data
I am building a web application that needs to print directly from browser, however,
I'm building a web application that needs to send notifications by SMS. What SMS
I am looking to build a web application which needs to run resource-intensive MCMC
I am developing an asp.net mvc web application that makes much use of jquery
I'm working on a web application that needs to frequently poll the server database

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.