Jump to content

Tokay

uniGUI Subscriber
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Tokay

  1. Вообще доступ к фаерволлу получить можно. Однако в самом Унигуе есть встроенные механизмы для создания списков. И эти списки можно распространить между всеми нодами. Механизм придумать какой удобнее. Вариантов межпроцессных сообщений хватает.

  2. И, вообще, то, что процессор один вовсе не значит что только одна программа может на нем успешно работать :) Это уже много десятилетий не так. А сейчас особенно. На серверах реально, бывает, по 30 ядер в одном корпусе процессора стоит, то есть считай что у тебя реальных процессоров 30 штук, если не вдаваться в шины и остальное.

    • Thanks 1
  3. Без ГиперСервера можно работать с тысячей юзеров, с ним Фаршад показывал на ферме 30 тысяч, локально, писали, до 5ти работает. Вот и польза, кроме замены бинарей. Конечно, сами бинари должны уметь работать в такой среде.

    • Thanks 1
  4. It's phisically impossible to embrace such amount of data. You have totally wrong software architecture. You need to select and show to users just so much information as it possible to embrace and analyze, and then you and your users have no issues with showing millions records.

  5. 14 hours ago, ygerdel said:

    Is there a way to make the information display faster in the grid?

    You think that any user can find some usefull information in the 8 millions records? He is an alien or a robot? 😁

    You need to reduce amount of data that are shown to users. No one at the Earth need to view 8 mln records simultaneously.

  6. 48 minutes ago, cyracks said:

    UniServerMoudle is singleton so no multithreading "out of the box".

    The UniServerMoudle has multithreading out of the box of cause. Each of the connections works in the different thread.

  7. I've found what happend with memory calculation. When I added the FastMM4 module to the code, memory does not calculated. I could not found the reason couses of absent sources (UniGUIServer.pas).

    I've used the FastMM4AVX from here:

    https://github.com/maximmasiutin/FastMM4-AVX

    It's commonly used free module.

    Here is the test project, both issues (memory used and uptime) is present in it:

    test16.7z

    Please analyze and fix the issues! Thank you!

    • Upvote 1
×
×
  • Create New...