Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Tue, Dec 12, 2017 at 12:09:26PM +0100, Julien Escario wrote: > And it's really heavy RAM consuming, even for an 'hello world'. The target here are servers anyways, today RAM isn't an argument. Can you even buy notebooks that don't have 16GB RAM? And linstor is not particular RAM hungry anyways. And that is the server part that is written in Java. The client is still written in Python, because: - Code reuse from the old client (the client never was the problem). - Python starts quite fast. - argparse/argcomplete are one of the nicest libs for handling options/arguments, which is basically all the client does. So you can still run the client on your Raspi gen 1 ;-) Regards, rck