Josh Baker

Results 410 comments of Josh Baker

I've been thinking about this issue some more. I'm wondering if I should not introduce an flock feature to BuntDB. If the problem is related to multiple processes clobbering the...

I've been banging around in the code and I saw that there is a write operation that could partially write data and still fail. It's likely not common, but in...

You’re welcome. I’m glad it’s squared away. Let me know if you happen upon any more problems. Thanks for the detailed reporting.

I don't currently have plans for built-in TLS support.

@dspasibenko Perhaps. It depends on the implementation. As long as it's clean, doesn't use goroutines, avoids context-switching, and doesn't slow down the existing non-tls library.

@vishal-uttamchandani i would prefer to avoid the go scheduler as much as possible, but I suppose if the implementation is well crafted then maybe it’s fine. I’m open to ideas.

@dspasibenko Early on in my development of evio I did add the ability to use TLS. I didn't add tls directly into evio, but rather added a translation layer that...

I don't have any plans for adding TLS to evio. I recommend looking into using stunnel as a front-end.

@janflyborg Thanks for the suggestion. It's not something I've put much thought into yet (but I should). I've been mostly focused on data translations at the protocol layer, such as...

Thanks for reporting. I would like to reproduce this issue on my side. Could you provide some information on your platform, Go version, and, if possible, code that causes this...