fairDataSociety / fairOS-dfs

Decentralised File System (dfs) layer of the FairOS
https://docs.fairos.fairdatasociety.org/docs/
Apache License 2.0
26 stars 13 forks source link

Concurrency-friendly dfs-server #553

Open rezahsnz opened 12 months ago

rezahsnz commented 12 months ago

I(and certainly others in the future) would like to be able to create a dozen pods/... per second from a single user account but at the moment this is not available and doing so ends up leaving several errors: mis-located data, failed attempts, ...

I'm bidding for a concurrent dfs-server!

asabya commented 10 months ago

Hi @rezahsnz. Thanks for your suggestion/ Although this will be a real game changing update, but the current implementation will not work concurrently and fail miserably.

We can add apis to create multiple pods in a single request. Please feel free to create issue for that.