Jump to content

Ruslan

uniGUI Subscriber
  • Posts

    161
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Ruslan

  1. ContaboVPS speed very slow because their servers has only 2.2ghz per core and slow SSD 4k read/write speed. I use PostgreSQL and highload application which write transctions to DB - so Contabo server with 16gb memory 6 core 2.2ghz and SSD (~20euro/month with Windows) is about 5 times slower than dedicated hetzner server 16gb, 8 core 3.5ghz, HDD (~32euro/month without windows).

    But if you don't need hi writing speed - Contabo is the cheapest and best choise from servers with Windows license.

    • Upvote 1
  2. Hello,

    ug1486

    I have such form: 

    02.24.2019-23.35.58

     

    After I click row in upper grid in OnAfterScroll event of UniQuery I do Close and Open query for bottom grid. It query work for 1-2 seconds (all my operation finished in 1-2 second) but after that bottom grid "Loading..." for 10+ seconds... 5-6 rows. I can't understand what it do all this time. There is no any Ajax or Delphi events both on the bottom grid and dataset of this grid. Where to look for the problem? EXE-file, DB on the local server, open using localhost:8077, icore7, 16Gb memory, Chrome.

     

  3. On 4/12/2018 at 3:47 PM, Kachar ganyalong said:

    Thank you so much Leandro,

     

    I'm handling a big project now (100-200 concurrent users) app with intensive SQL requests.

     

    I used to run Unigui as exe but I found that 40 users is the limited of concurrency. After 40 users it was frozen.

     

    I fixed that by running 20 instances of Unigui exe on different ports, that caused the problem of "uploaded files needed to be synced between instances folder".

     

     

    I will try IIS setting.

     

    I will be back to report this to benefit other members. But it may take long time cause the project is not yet ready.

     

     

    Was you able to handle more sessions using IIS instead EXE ?

  4. Сomponent developers should think about component for editing text with ability to insert images to text and working with html-tables in text. There is no component like this in roadmap but I think it will be in demand.

    for example, I am ready to buy such a component for $ 200 . It is important that component be as Memo - just put it to form, set folder for uploading images (when select it from computer on editing or download from url) and work. It should be ability to add several Memo on one form.

  5. We need TinyMCE or Froala as standard UniGUI component to rich edit text, with ability to upload images in this component. I understand that this is not free products but I'm ready to pay for license because now I haven't ability to edit html text with images and tables.

  6. Hello,

    I have grid with column, field type - integer

     

    02.02.2019-05.18.09

     

    I want to show lookup field in grid instead integer value. I' looking to Demo "DBLookupComboBox", copied Hiden panel and DBLookupCombobox from demo to my project, than set Listsource and Editor and all other properties but still have integer value in grid...

    02.02.2019-05.27.27

     

    Result

    02.02.2019-05.28.59

     

    I can't understand what I miss... if I try to use CB out of the grid - it works

    02.02.2019-05.35.21

     

  7. Hello,

    Is it possible to change font family and font size for all components and froms in application in single place? or by CSS but not for each component separately (theme Win10). If no easy steps to do this maybe replacing all fonts in ext-theme-uni_win10-all.css will help me?

×
×
  • Create New...