Dmitry Spasibenko

Results 13 comments of Dmitry Spasibenko

@tidwall would you accept a PR for to support it?

@tidwall I played with the code today and could only to make it works for tcp-net (stdserver), which probably doesn't make sense. The commit is here: https://github.com/dspasibenko/evio/commit/021bf851009f3f4c2ab753d0f8b12640e8de0ab6 The problem with...

@tidwall yep, you are right. It seems to have an asynchronous implementation for both of the packages is what will fit into evio design organically. I will take a look...

@UladzimirTrehubenka yep couple cents. The problem is in standard Go TLS implementation. It doesn't have an event-based idea mechanism and actually it can block calls like `Reader.Read()` during handshake, what...

@vtolstov I presume the question relates to embedding logrange to your application. In theory it is quite possible, but some changes are required. You can take a look at [the...

@vtolstov > how hard to provide api for read/write logs without rpc overhead? If you want to embed it, everything is already there. Just take a look how API translated...

@vtolstov please also take into account that if you will use any other transport, but not "vanilla logrange rpc", most probably you will loose performance and add overhead for sure....

Hi @adasari, you can have a field value with comma, but you have to put the value in quotes. The only problem is the value will be returned with quotes...

Hi, @nishantsankhala ! thanks for your interest. When you run a LQL, you can provide position from which records will be selected. In your examples you always provide the same...