Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12127
  • Joined

  • Last visited

  • Days Won

    811

Everything posted by Farshad Mohajeri

  1. For each server you will adjust the MaxNodes parameter. Load will be distributed based on this value. The server with the biggest MaxNodes will receive the larger amount of the traffic.
  2. Normally, HyperServer will automatically suspend communication to any non-responding server in the cluster.
  3. A cluster with 5 servers under stress test!
  4. There should be no problem with HyperServer.
  5. Hello, Please don't be anxious! Server farm is a major feature which should be implemented correctly. We are also adding another major feature which is support for multiple applications in HyperServer. You can estimate that implementing and testing all these can take more than estimated. We already have a working version as I said before. We also need to complete the related documents. You can expect all these new features in the next week. I hope there will be no more delay!
  6. I removed several of your big attachments. Now you can post!
  7. We have increased quota's several times. I'm not sure if there is an option in forum software to selectively remove user posts. Let me check!
  8. Also make sure all of your Nodes run under SYSTEM account. You can check it from Task Manager.
  9. It can be a 3rd party firewall or virus protection software blocking ports.
  10. Hi, Can you also check the log file of the related nodes?
  11. Hi, First step is to look into log files created for each Node. For example in above image Node 4 is suspended. Have you analyzed the related Log file?
  12. How many uniGUI applications are you running in this system?
  13. In server farm configuration there will be one master server and several slave ones. HyperServer will be installed on all of them. Master server should be able to access slave servers through URLs using HTTP calls. IIS will be configured on Master server only. Slave servers will run Windows Service version of HyperServer.
  14. Yes, we will also add these settings to the control panel.
  15. That's how Server Control panel of a server farm will look like. Each PC in the farm will be called a ServerNode. The actual Urls will be local Urls within the local area network where the server farm exists. Such as http://10.0.0.5:8077
  16. Hi, Currently Server Farm is being implemented and tested. We are testing it locally and plan to release it in next build.
  17. procedure TMainForm.UniButton2Click(Sender: TObject); var SId : string; SS : TUniGUISession; begin SId := ClientDataSet1.FieldByName('sessionid').AsString; if (SId <> '') and (SId <> UniSession.SessionId) then begin SS := UniServerModule.GetSession(SId); // this will also mark session as "Busy", so session won't be terminated while still in use by us if Assigned(SS) then try SS.TerminateAfterSecs(1); finally SS.UnBusy; // we need to manually clear the "Busy" flag so session will be released and terminated end; end; end;
  18. dptEdge is no longer supported. Sencha native picker only supports Clock mode.
  19. Checkbox is pale if the columns is readonly (not editable).
  20. We have switched to Sencha's native time picker. The old one was outdated and could not be used anymore.
  21. HTMLFrame is a container for HTML code. Are you referring to tab order inside the frame?
  22. This will not work because our exporter is a client side utility and it requires a visible Grid with data loaded. In your case grid is created and destroyed before any data is loaded. Why don't you use the original grid to export data?
  23. @mikromundo Hi, Please send us a test app.
×
×
  • Create New...