Jon Siwek

Results 40 comments of Jon Siwek

It's hard to say anything without at least some skeleton code that shows a rough sequence/flow of API calls that results in this behavior. One pitfall may be that a...

`unpeer` does seem unusable and/or just broken. My intuition is also that it should tear down the TCP connection rather than leave it up, but not sure if that's a...

I don't know if it's better for you, but there's a `--python-prefix` configuration option for broker that could be used to stick the binding on path that's picked up on...

Yeah a PR for doc improvements is welcome if you want to go ahead and add sections/notes wherever would have helped you. Probably `doc/python.rst` in the source tree was where...

Thanks, I merged the doc improvements. I also like the idea of trying to make a PyPI package or just installing from local source tree via `pip`, so leaving this...

Backends likely need to implement differently depending on whether they support (if we had a postgres one, that may support it, but didn't see anything for sqlite and didn't even...

> I understand this as a pure optimization. For example, if we could use a trie instead of a hash table for storing addresses as keys, we'd have significant memory...

Would have to extend the clone API to include some concept of passivity. E.g. a passive clone backed by shared memory should not be applying or even receiving updates from...

Can you post the full `./configure` command and output along with what OS ? There shouldn't generally be an issue with Python3 support (I've been building/using that for a while...

I don't quite get what you're asking, but if you are cross-compiling, you are going to need to look into "CMake toolchains". I outlined an example of how cross-compiling works...