MVoloshin Posted March 31, 2024 Posted March 31, 2024 Hi! Please tell me, is it possible to use autoIt in following scenario: - script 1 manages Window 1. - script 2 manages Window 2. Both should work at the same time. Please, tell me would they interfere or not in such case? If they will, are there any workarounds? P.S Multiple clients might connect to Apache web server and each client should work with his own instance of GUI application. That's why I am asking.
argumentum Posted March 31, 2024 Posted March 31, 2024 Welcome to the forum @MVoloshin Read my links page. You may find something already done or get an idea from them. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
argumentum Posted March 31, 2024 Posted March 31, 2024 13 minutes ago, MVoloshin said: connect to Apache web server and each client should work with his own instance of GUI application. That's why I am asking If you have 1 user at the time, yes. More concurrent than one, it's gonna be hard. You should look for a better solution than what you have in mind Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
MVoloshin Posted March 31, 2024 Author Posted March 31, 2024 5 minutes ago, argumentum said: If you have 1 user at the time, yes. More concurrent than one, it's gonna be hard. You should look for a better solution than what you have in mind The problem is that I might have multiple users at the same time managing different windows (from different scripts). If you know better solutions, please, suggest me something (I have trouble finding them yet)
argumentum Posted March 31, 2024 Posted March 31, 2024 An apache web server is not meant for using windows GUI s I'd give them remote desktop with ZeroTier One or some kind of tunnel. But unless you share more information, my imagination is limited. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
argumentum Posted March 31, 2024 Posted March 31, 2024 I've got to catch some sleep. If you're adventurous, have a VM for each, and each VM can have the one and only web site as a proxy for all the VM/sessions. k, good night Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now