Make code modular. #6

Open
opened 2020-12-23 18:44:09 +00:00 by rasmus · 1 comment
Owner

Related: #5
This allows it to be used more reliably as part of other projects

Related: #5 This allows it to be used more reliably as part of other projects
Author
Owner

https://git.k-space.ee/rasmus/rest-blade-ssh/src/branch/master/spec.md

yeah
well
not really happening
..at least when making it reliable, and not letting clients wait 2m for each thing, and possibly hang for 10m
it doesn't scale easily at all
and nobody else will probably ever use the efforts

yes, you can make the code 'modular' by just splitting it up, but running multiple things of these in paralel:

  • commands, especially to multiple blades take a very long time
  • you might kill all apps depending on the thing in one go, other than stats, most things must be reliable (when writing data, not just reading)
https://git.k-space.ee/rasmus/rest-blade-ssh/src/branch/master/spec.md yeah well not really happening ..at least when making it reliable, and not letting clients wait 2m for each thing, and possibly hang for 10m it doesn't scale easily at all and nobody else will probably ever use the efforts yes, you can make the code 'modular' by just splitting it up, but running multiple things of these in paralel: - commands, especially to multiple blades take a very long time - you might kill all apps depending on the thing in one go, other than stats, most things must be reliable (when writing data, not just reading)
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rasmus/blades-ssh-scraper#6
No description provided.