Jump to content

Search the Community

Showing results for tags 'Server'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 12 results

  1. Depending on users login, i set a different TIMEOUT period. So, could be 5 minutes or 10 minutes or 30 minutes. The TuniTimer works GREAT... IF the browser is working properly. See, the TuniTime DEPENDS on the browser to send the timer events. I could the number of timer events that I get and then i know "about" how much time has elapsed and then I can TERMINATE the session. PROBLEM: Lets pretend that the browser is stuck/hanged/lockedup/frozen ORRRRRRR that the laptop went into SLEEP mode, which means the browser isn't even executing. That means my TuniTimer will NEVER send an event to the serverside code for my main form. Thus the session will never timeout. I set a big timeout on the servermodule so that I can control how long each session lasts. I set the servertimeoutsecs to 12 houts and then my TuniTimer helps me terminate sessions after a desired period of time. 5/10/30 minutes. So, if the webbrowser can't send the timer event, how can my mainform get an event on a regular basis WITHOUT relying on the client side to be working? Thanks Davie
  2. Karaoke Server (Desktop e Mobile ) using uniGUI (CDG Player) >> try at https://kk.unigui.com.br/ Click at LOAD DEMO TAB to load a demo CDGMusic or "Open External Windows" button to load with full player. Also works with mobile. Just Read the QrCode and try. This is the main project showing howto play CDG files using uniGUI framework. That was not an easy task and took me more then 6 months to figure out how to do it. Why CDG ? CDG is the main format for karaoke and you can get a huge library to start your server or enterprise biz. All code in this project show how to play on-line with desktop and mobile devices. Value $ 99,00 USD (PayPal) I will send you the source-code via download link and support. I Will not adapt and change this project fo you particular need. Any support on that we can negotiate. Get in touch with me via WhatsApp/Telegram or PVT (+55-11-98620-7676)
  3. I am application software developer using Delphi since long time back from Delphi 5 to RAD Studio. My development includes Core Banking, Insurance, Accounting, POS, Inventory etc. All of them are thick client desktop application. After going through the demo and forum, uniGUI looks great components and tools for porting desktop application to web applications in Delphi as there are more demands from customer to change to web enabled application. Now I would like to know following so that I can convert Banking and Insurance software to web enabled application using uniGUI: 1. How to make three tier system ? UI in uniGUI, Logic in DB Server using procedure and also in Application server. Looking for best practice to be followed. 2. It looks that MainModule is loaded in server for each session. If I place ClientDataset in MainModule where does it load ? I assume that it will be loaded in Server memory. I found it somewhere written, that dataset should be placed in form to load to client memory which means I am breaking multi tier rules and mixing UI and business logic. Is it possible to create datamodule which loads into client memory so that I can place all Clientdataset into that module for load balancing ?
  4. Dear all, We are developing UNIGUI mobile web application with online banking transfer. We need to send an encrypted and signed JSON request to the BANK server. Obviously the bank has very tight security protocol need to follow. They only allowed the JSON request coming from registered IP , which is our unigui server site. We already did testing the json request and receive successfully from the server site use normal desktop application. It's involved PGP encryption, json, and HTTP requests component. My problem is because our user use mobile to access the unigui and need to send JSON requests to the bank server. Can you give me advise and guide how do we accomplish that with UNIGUI infrastructure? Really appreciated all the help and clue. Thank you Devya
  5. Dear all, I am using unigui standalone version 1.7 and put in our server. Since we have a new version of unigui 1.9 , we want to upgrade the version of the unigui to new 1.9 We are using stand alone as our server apps. Can give us advice on how to do the correct way ?, we already try to install the unigui 1.9 Runtime . but not working. So currently we revert back to 1.7
  6. Hi to all, TUniGUIServerLimits.AntiFloodPerIP Could you provide some details about this property There is no sufficient information about it in help system. How it behave if application is in Hyper-server mode Thanks Kamen
  7. Good day Uploading a 50MB executable takes long when you have a slow connection. Could you add a feature to upload a compressed file (7z, zip, etc) to speed up the upload process. The compressed file would then have to be unzipped once completed. Thank you for a fantastic product.
  8. I'm having problem showing file from server on PDFFrame. I shared a folder from server with my account like so \\SomeServer\SomeFolder\ . When I try to show some file from shared folder I get massage : Message: file origin does not match viewer's. pdfFrame.PdfURL:= '\\SomeServer\SomeFolder\SomeFile.pdf'; is giving me above result. What should be done for resolution?
  9. Remote deployment is very useful, but would be more practical if some features exists: - In an environment with many connected users and multiple nodes, when it is detected that a new version is available, show a message that the user would have X minutes or force to close the application. Hyper Server would send a message to the TUniServerModule of each application that could display that message to the user. - Capture remotely the information of several servers running Hyper Server, and thus with an administration centralized know to be there are many crashes and excesses of memory consumption, close sessions remotely. - In case of errors in new executables, to be able to return an old version of the application without having to recompile, it would be a rollback. - Remotely be able to restart or quit Hyper Server. It could easily be done when it detects a particular file in the deploy folder. Example, when the file 'reboot.dep' exists, all applications of the nodes would be closed. Or when the 'quit.dep' file exists, terminate the 'hyper_server.exe' application, and so it would be possible to remotely update the hyper server executable. Farshad Mohajeri, is it possible to create these options?
  10. Hi, Can someone explain what is the property ISAPIOptions -> AsyncMode, in Server Module ? I had a problem with ExportToFilter(quick report), then checking option to 'true', I solved this.
  11. Hi! I created a project in XE5, Firebird, uniGUI 095. Everything works beautiful, localhost. The problem: I created an account on an external server, Windows 64b, installed the necessary files of unigui application on the server, firebird 2.5 ... BUT, to put my system on the server to test, here it does not work! In the browser (another machine) gives a message: "An Exception has occured in application: Access violation at address 0093752F in module 'sistema.exe'. Read of address 00000000 " and nothing else! Can anyone tell me why it does not work? You are missing something I did not do? A system created in 32b does not work in 64b? grateful, Alessandro. Oi! Eu criei um projeto em XE5, Firebird, uniGUI 095. Tudo funciona lindo, localHost. O problema: Criei uma conta num servidor externo, Windows 64b, instalei os arquivos necessários da aplicação unigui no servidor, o firebird 2.5... PORÉM, ao colocar meu sistema no servidor para testar, eis que não funciona! No browser (outra máquina) dá uma mensagem: "An Exception has occured in application: Access violation at address 0093752F in module 'sistema.exe'. Read of address 00000000" e mais nada! Alguém sabe me dizer, o por que de não funcionar? Está faltando alguma coisa que não fiz? Um sistema criado em 32b não funciona em 64b? Grato, Alessandro.
  12. fabricio1970

    Server

    I wonder what the maximum the customer server supports the unigui without losing performace. and would also like to know if you have as usalo without putting the ip + port by exchanging link www.pointltda.com.br/8080
×
×
  • Create New...