Jump to content

Form Creation


rvenky20001

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...