adminspotter / r9

The Revision9 codebase
GNU General Public License v2.0
3 stars 0 forks source link

Figure out what we want to do with the consoles #39

Open adminspotter opened 9 years ago

adminspotter commented 9 years ago

We intend the consoles to be able to make changes to the program on the fly - resizing thread pools, fetching information about users, stats, etc. We also had the vague idea that users could use embedded languages to do data gathering/reporting, or create objects or logic handlers within the world itself.

This is pretty open-ended, since we're just not sure what we want to do with them yet.

adminspotter commented 5 years ago

We could potentially initiate some database actions from the consoles:

adminspotter commented 5 years ago

We can also manage the sizes of our worker pools, growing or shrinking as desired.

Would we ever want to add new listening ports, or close existing listening ports on the fly?

We could allow modification of most of the configuration items.