Jump to content

Recommended Posts

Posted

Hi, everyone! I'm going to develop application mixed VCL and UniGUI with one database.

 

VCL - is for administration and Server Management.

 

UniGUI for Users Web accounts and  main functionality of the programm.

 

So Server will be as usual .EXE UniGUI file.

 

The question is - is that possible to start / stop / restart it  from VCL app? And other adjustments of Server - MaxConnections and so on?

 

 

I see 2 ways

 

Way 1

 

-Start through Create Process

 

-Stop through Terminate Process

 

Way2

 

Or to open UniGUI clent and to shoutdown it from Web - but I don't see such methods. Than if I shoutdown Server From Web - I will not be able to start it ))) Than only Way 1.

 

 

Does anyone have experience with management of UniGUI Server???

 

Best Regards, Stanislav.

Posted

So i think this should work

 

Start Server - Create Process

 

Stop Server - Terminate Process

 

Restart Server - Terminate Process than  Create Process

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...