Changes between Initial Version and Version 1 of Ticket #1061, comment 4


Ignore:
Timestamp:
Nov 9, 2015, 2:14:03 PM (9 years ago)
Author:
Alex Toader

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1061, comment 4

    initial v1  
    1 It does that. The way it works is that you specify a maximum number of servers in rasmgr.conf and it will start servers, depending on load, up to that maximum number.
    2 Now, when you start a rasserver process, because there is no function to determine when the process has started, rasmgr waits for a registration message from the server announcing that it is online. This incurs a delay of several milliseconds. Also, this process is fully controlled by server manager inside rasmgr that has a thread that checks, at a set interval, the list of registered servers and starts or shuts down servers.
     1The new rasmgr automatically starts/shutsdown servers. The way it works is that you specify a maximum number of servers in rasmgr.conf and it will start servers, depending on load, up to that maximum number.
     2Now, when you start a rasserver process, because there is no function to determine when the process has started, rasmgr waits for a registration message from the server announcing that it is online. This incurs a delay of several milliseconds. Also, this process is fully controlled by server manager inside rasmgr that has a thread that checks, at a set interval, the list of registered servers and starts or shutsdown servers.
    33
    44Because the client request is instant and there is no waiting involved, there is no time for the process described above to take place.