Jump to content

Simultaneous Connections Setup


andyhill

Recommended Posts

I have 100 people simultaneously connected with a session timeout each of 3 hrs to my app that contains 10 forms and each form contains an average 10 objects per form.

 

The server kept maxing out.

 

I have since adjusted the following parameters:-

 

MaxConnection = 1,000

 

MaxGDIObjects = 10,000 (100 x 10 x 10)

 

MaxRequests = 1,000

 

MaxSessions = 1,000

 

ThreadPoolSize = 1000

 

Please advise your recommendations - Thanks

Link to comment
Share on other sites

We are getting all sorts of server errors causing server shutdown with these file requests (real path substituted with xxx, IP substituted with iii.iii.iii.iii and nnn.nnn.nnn.nnn):-

 

WebApp.exe: 00002718: 17:54:21 [HandleFileRequest[iii.iii.iii.iii]]:File not found: xxx\static\UI_win7\js\login.js IS THIS A HACK ATTEMPT ?
 
 
WebApp.exe: 00001448: 14:58:54 [HandleFileRequest[nnn.nnn.nnn.nnn]]:File not found: xxx\apple-touch-icon-152x152-precomposed.png THESE NEXT THREE FILES DO NOT EXIST ?
WebApp.exe: 00001EA4: 14:58:54 [HandleFileRequest[nnn.nnn.nnn.nnn]]:File not found: xxx\apple-touch-icon-152x152.png
WebApp.exe: 0000122C: 14:58:54 [HandleFileRequest[nnn.nnn.nnn.nnn]]:File not found: xxx\apple-touch-icon.png
 
In all four cases above the Server should not be taken out ?
 
Please advise how to keep server up and running - thanks.
Link to comment
Share on other sites

In the meantime (big challenge load balancing), you can from now :

1. First approach,

use muti-tiers application :

- one application server (your Unigui application)

- one DB server

this will reduce your unigui server ressources.

http://forums.unigui.com/index.php?/topic/7858-how-to-make-three-tier-system/&do=findComment&comment=40322

 

2. an other approach :

use two Applications servers :

http://forums.unigui.com/index.php?/topic/9730-load-balancer-application/&do=findComment&comment=51055

 

3. You can read all reladed topics to load balancing.

 

Regards

Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...