Guest Posted April 1, 2011 Posted April 1, 2011 Message from: "eric" Hi Farshad, I'd like to know if you did some stress test with the product in different configurations such as standalone and Isapi dll and what are the number of sessions possible per K memories , and per pages . have you some ideas about ? because i need to start a project with something with 200-300 users for an applications with around 100 different forms. thanks for your reply eric . Quote
Guest Posted April 2, 2011 Author Posted April 2, 2011 Message from: "Farshad Mohajeri" "eric" wrote in message news:i%23RuPzJ8LHA.3976@anaxagvs227... > Hi Farshad, > > I'd like to know if you did some stress test with the product in different > configurations such as standalone and Isapi dll Yes, stress tests are done and will be done to make sure server core can handle as many sessions as it can. > and what are the number of sessions possible per K memories , and per > pages . > have you some ideas about ? It depends on how much RAM each session will consume. A single empty form may consume a few KB but ClientDatasets with large amount of data can make your sessions very fat.. > because i need to start a project with something with 200-300 users for an > applications with around 100 different forms. It is important to know how many user will log simultanously. Number of forms is not important. You can have as many as you like, but with more forms open in same session more memory will be consumed. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.