rvenky20001 Posted July 29, 2012 Posted July 29, 2012 Normally in Delphi applications, only a few required forms/ data modules are kept in the autocreate and the rest are created as and when required to manage memory. But In Unigui I found that all the forms/ frames are kept in autocreate. Will this not increase the session objects and the server memory usage ? Is this the preferred way ? It has also been mentioned elsewhere in the forum that for a decent app a load of 100-150 users / web server is ok. Does is match with a similar ASP .net app too ? Venkatesh Quote
Administrators Farshad Mohajeri Posted July 30, 2012 Administrators Posted July 30, 2012 In uniGUI only MainForm, MainModule and user DataModules are automatically created when session started. Other forms are created on demand. Quote
AlbertoVesx Posted July 30, 2012 Posted July 30, 2012 In uniGUI only MainForm, MainModule and user DataModules are automatically created when session started. Other forms are created on demand. Hi, Is it posible to do the contrary. I mean, I want that some forms stay available like the mainform. Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.