Jump to content

uniguibbs

Members
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by uniguibbs

  1. hello, farshad:  

     

     

     

     

     

     If you have 500 active sessions and each session consumes 10MB then total memory needed will be 5 GB. Which means you must develop a 64-bit app.

     

     

     

     

     

     total memory >= 5G,  must 64-bit app?  

    if 32-bit ,  app can not access memory >=5G? 

     

    it's UNIGUI 's  limit?

  2. ServerLimit

        property MaxConnections: Integer     default =  1000

        property MaxRequests: Integer          default =  100

        property MaxSessions: Integer           default =  1000

        property SessionRestrict:    [srOnePerIP, srOnePerPC]

     

     

    what dose the each property meant?

    how to use it?

     

     

     

     

×
×
  • Create New...