SOEP-Group / SOEP-Visualizer

Satellite Orbit and Event Predictor (SOEP) is a C++ application that predicts satellite passes, collision risks, orbital decay, and re-entry events. It provides real-time data, visualizations, and a interface for satellite tracking and space object management.
MIT License
1 stars 0 forks source link

Gateway for load balancing. #39

Open syko240 opened 1 month ago

syko240 commented 1 month ago

more info coming soon

RyuTribal commented 2 weeks ago

No idea what the point of this is

syko240 commented 1 week ago

No idea what the point of this is

I think the reason for this one is if we were to have multiple instances of soep, so instead of all users being on the same instance, you would distribute them to "even it out". But, if we dont have any performance issue with the current setup, and we dont expect more users using the service at the same time so that we might see performance issues, latency, etc., then this is unnecessary.