Peter da Silva

Results 130 comments of Peter da Silva

If the in-core table is completely up to date (re #51 ) then this would be worthwhile doing. If you know the in-core table is valid because you're performing a...

Should probably have set this to a non-zero value, originally. # Default "stale cache" timeout, zero for no timeout. variable default_timeout 0

Have you tried setting the -timeout value (seconds) which is supposed to refresh the tsv file after $timeout seconds when you open it?

Have a look at https://github.com/flightaware/speedtables/commit/bc8513cb00984b05a512fd7fc64abb9963fcc350

What's the use case for calling stapi::init with different directories? I don't think that should be necessary.

There is an attempted fix for this in the stapi-fixes branch. It keeps track of the directory associated with each base filename, and keeps using it. I'm also pondering whether...

I have rebased the stapi-fixes branch up to master. Can you please verify that it fixes this problems so I can merge it back?

Should be fixed with merge of stapi-fixes. @mutability - could you check?

This is another hard problem we ran into during development. The problem is that Speedtables memory management is based on Tcl's memory management, and Tcl assumes that memory allocations always...

This would appear to also be a problem if there is a time column available as well, since partial reads won't provide any information about deleted rows either. So either...