Currently the default sqlalchemy settings are being used to connect to a SQLite db. There will be a limit to how many parallel connections it can have. Currently only 10 ssh connections will be made at any one time; this could probably be increase.
The bigger issue is how well does it handle multiple adminware processes running at the same time. If there is a long running job, can other admins run a quick pdsh through adminware?
Currently the default
sqlalchemysettings are being used to connect to aSQLitedb. There will be a limit to how many parallel connections it can have. Currently only 10 ssh connections will be made at any one time; this could probably be increase.The bigger issue is how well does it handle multiple
adminwareprocesses running at the same time. If there is a long running job, can other admins run a quickpdshthrough adminware?