Karsten Goebbels
Karsten Goebbels
Hi, thanks for your answer. Currently we only need to transfer the data to the server. So read performance is not critical for us at the moment. For now we're...
You can find some performance measures with my python client [here](https://gist.github.com/kgoebbels/f3dbf3b05744d464db97#file-h5serv_performance-md). They are not that detailed, but I hope they are useful for you.
The data war transfered across the network to an instance of h5serv.
My use case is your number 2 ("creating many datasets in one file"). On the client side I have a lot of small files. But on the server side I...