Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9113871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:03:59+00:00 2026-06-17T04:03:59+00:00

I’ve been building this little app that runs on our work computers. It just

  • 0

I’ve been building this little app that runs on our work computers. It just some little maintenance stuff at night while we’re out of the office. I added in some functionality the other day so that it connects to a web site and sends its status info in a user agent string. This was pretty cool, cause I can monitor what it’s doing from home. But then I got to wondering, can I remotely change this thing’s configuration settings over the internet? Like switch certain options on or off?

How would I go about such a thing?

Ideally, I would like to have a very basic web page with control panel of sorts, which can then submit the settings to the currently running software.

I have no idea where to even start with something like this. How do you get two things so talk to each other over the internet? What are the core pieces of knowledge I need to look into?

Unfortunately, this leans towards the open-ended side of questions, but I’m a newbie in this area, and could use a point in the correct direction.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T04:04:00+00:00Added an answer on June 17, 2026 at 4:04 am

    My recommendation is to stop using a thick client and prepare to move this to a web based client. This will allow a central point of connection and you won’t have users not updating their client when you need them to perform said updates.

    The architecture you may want to consider is a application server, such as Django (since you are using Python). What will happen is you will deploy the application (thin client) to Django and users will now connect to this piece via sessions that the server spits out for them. By doing this it allows you to administer all of the users from one location and flip switches as you desire. At the end of the day this also lowers maintenance costs of both software and of time spent trying to troubleshoot desktop clients.

    COMMENT

    So, for instance, the program starts up, connects to a server and
    builds its settings from that? How does the configuration happen?
    Would I just have the program repeatedly check the server for changes,
    or is there a better way?

    Well the way it works is there are two types of configuration files. One is user defined, for instance if the user has a preference to show text in Blue and you store that information the server doesn’t care about it as they are generally stored locally.

    Now in terms of server configuration files there are a couple of things you can do:

    1. Configure permissions via roles
      this entails that you update permissions for users based on their roles. When this update occurs you must terminate all active sessions that would be impacted so the new permissions hit those users, or you can wait for the session to timeout by itself and the new permissions will be picked up.

    2. Modify application server settings
      This requires taking down the application, such as maintenance issues that need to be handled i.e. patches.

    3. The program doesn’t poll the server, the server pushes down to the clients. That isn’t even completely true, the clients connect to the server and if there is new data the client receives it generally over a socket. Your session will store the majority of the information which is why it needs to be refreshed/destroyed periodically (logout, etc).

    In terms of the program getting its settings, yes. The users have “dummy” terminals that connect to the application, these accounts are generally read only. As such they cannot modify the contents of the server nor should they be able to for security purposes. When the users connect the application will connect to the database and retrieve credentials (you can also use certificates I recommend this approach). Based on the credentials the user has connected with the application will serve that base “profile” to the user plus any user specific information that the server knows about i.e. display name/ last login date.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I know there's a lot of other questions out there that deal with this
Let's say I'm outputting a post title and in our database, it's Hello Y’all
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.