Server Workload Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin

    Server Workload Question

    Hi Everyone!

    I'm developing an ASP.NET Web Application and wonder whether you can
    give me any guidlines / experiences with saving values in session
    state. I'm not an expert but as far as I understand, sessions are
    stored on the server and take up memory. Is there a way how I can find
    out how much memory variables stored in session state for a specific
    user session use up?
    Of course this depends all on the hardware as well but is there any
    formula how I can calculate memory usage in advance e.g. 30 user
    sessions, each has five variables stored in session state = so much
    memory will I use...

    I also would be grateful if you can share your experiences with
    ASP.NET hosting. Is it ok to have a production system hosted or should
    I host it myself? Do you have access to stored procedures with the
    standard (not deicated) hosting? How much should it cost and can you
    recommend a good host?

    Thanks for your time and efforts in answering!

    Martin
Working...