ott

Results 54 comments of ott

I had a look at the source code and I agree that it's easy to implement. A use-case for multiple ASNs would be to restrict the mirror to one AS...

The SQL standard defines the SQLSTATE codes. Various vendors document their SQLSTATE codes themselves because the SQL standard can only be purchased at a high price through the ISO and...

I think classes 08, 09, 22, 23, 27 and 40 could apply. Class 23 looks very broad but most errors do not apply to SQLite. Classes 08 and 40 are...

If it has not changed, it is still relevant. However, I ended up writing my own JDBC driver.

Unfortunately, I can't share this for information. However, I did solve the issue with SQLSTATE by mapping the SQLite error codes as best as I could.

I don't use this driver anymore and your question illustrates the reason for this decision. So if you don't wan to implement SQLSTATE codes and have a JDBC compliant driver,...

The changes seem logically correct to me: Range requests are only counted once within a time frame. However, the efficiency of the Redis operations could be doubled and some minor...

@Jehan Another idea would be to count the requested amount of data, to sum it up and finally to divide the sum by the file size. I can explain it...

MirrorBrain supports scans over HTTP. The mirror has to have HTML directory indices. These can either be statically or dynamically generated. Almost all web servers support them. There is also...

@loanfedora Can you test whether this pull request matches the expected behaviour that is mentioned in issue #125?