elGringo Posted March 8, 2016 Posted March 8, 2016 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. Quote
elGringo Posted March 9, 2016 Author Posted March 9, 2016 So i think this should work Start Server - Create Process Stop Server - Terminate Process Restart Server - Terminate Process than Create Process 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.