Joe Hand

Results 148 comments of Joe Hand

> @joehand How many other 1.5 TB datasets are available over dat? I think it's related to that. I tried once and it worked =). May have other issues, but...

We'll be integrating hyperdb into hyperdrive (see https://github.com/mafintosh/hyperdrive/tree/hyperdb-backend). Once that is integrated , then we can start to work on what that'll look like in the Dat CLI. We'll be...

> Also 483 B/s for metadata creation speed? Ouch ya, this is known bottleneck. It may go faster if you can put the files into subfolders with fewer files in...

Hey @k2s, a few seconds between connection and the callback sounds about right to me. Before the read file callback happens, a few things need to go first: 1. connect...

Seems like maybe the serve is just slower to download the data. Is there something that makes you think its freezing, rather than just going slow? It may be worth...

> There is setIntertval in my code which should print cca. 2 messages per second. When I run the code standalone then you see on the output that it is...

Ok, one thing down =). What if you try other functions, like `archive.stat` or `archive.readdir`? I'm wondering if it is the downloading the metadata that is causing it to freeze,...

> The main issue for me is that it does works acceptable as standalone program and the freezing of main thread happens only together with the server code. Ya this...

https://github.com/datproject/datproject.org/issues/458