Jump to content

uniguibbs

Members
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by uniguibbs

  1. how to reduce ext-all.js size. it's too large. in intranet, my system work fine. but in internet, it dosen't work.
  2. sorry . Compile in Release mode, still larger than win32. but smaller in debug mode. reduce to 11m. thanks farshad
  3. still larger than win64. but it's smaller. reduce to 11m.
  4. yes, when select Win64 platform, generates DLL very large. one of my project Win32: 8M Win64: 26M what's the matter?
  5. 0.93.1.1000 not support xe4 upd1?
  6. hello, farshad: total memory >= 5G, must 64-bit app? if 32-bit , app can not access memory >=5G? it's UNIGUI 's limit?
  7. hello mohammad: in <iframes> , how to close parant page in chrome and without close hint..
  8. hello, what does the follow options mean in TUniGUIServerLimits MaxConnections = 1000 max user access?? MaxRequest = 100
  9. i use StoredProcedure. exception still exists. all dataset use one Tconnecton; may be timer execute in one thread. may be timer cause the exception
  10. unitimer do not work in UniMainModule and UniServerModule? i put a unitimer in UniMainModule , but it doesn't work. why?
  11. If an application has wide user activity. users load and unload the same bpl file , is there has problem?
  12. i put a unitimer on mainmodule . timer run per 10 seconds to update a record . may be it's the error reason
  13. i put a Tconnection on UniMainModule , all the other TDataSet link to the Tconnection. when i save a TDataSet to database, a exception raise : "Connection is busy with results for another command." what's going on?
  14. 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?
  15. is it continue updating? share newest source , please.
  16. when a user session Timeout or user close the browser, how to release IIS Memory .
  17. thank you Farshad. you mean bpl? how? just like a exe call a bpl? could you give a demo ,
  18. isapi mode if develop a large system, the size of dll will be increasing. how develop a large system, how seprate webpages from the large DLL file.
  19. when user quit from system , how to recycle the resource of IIS iis never recycle the memory. so many users ,,
  20. 希望有开发手册。期待中。。。
  21. i try to place the Icon of TUniToolButton on left , the caption on right. such as tunispeedbutton's style.. how to achieve? thanks.
×
×
  • Create New...