-
My run setup is
```
jana
-Pplugins=log,root_output,single_event_evio,print_evio
-Pjana:debug_plugin_loading=1
-PSingleEvioEventFileSource:LogLevel=trace
-Pexample_evio_analysis:LogLevel=trace
…
-
This is needed to port over SVT calibration code.
-
panic: no such file or directory
goroutine 50 [running]:
github.com/tidwall/evio/internal.(*Poll).ModReadWrite(0xc4202ea060, 0x507)
/xagiot/home/yangxin/iot-proxy/src/github.com/tidwall/evio/int…
-
Is TLS support planned?
In accordance with https://github.com/tidwall/evio/issues/28 there are no easy way to implement it:
> The problem is in standard Go TLS implementation. It doesn't have an e…
-
For the decoder, our current "normal" 2 GB EVIO file corresponds to about 800s/2.5GB on the x/y-axis. This is, so far, not significantly limiting us, but for the future, e.g. multi-threading decoding…
-
There is still one or more memory leaks that are not so apparent when analyzing only one file.
however if one analyzes many files at once one observes the resident memory to increase with
time. As an …
-
Hello. I start from simple example how to work with evio:
```
events.Data = func(ec evio.Conn, in []byte) (out []byte, action evio.Action) {
if in == nil {
fmt.Printf("wake from %s\n", ec.Re…
-
When `box.cfg.listen` is set to a port number (without specifying a host name), Tarantool binds to one address, ipv4 or ipv6:
```lua
box.cfg{listen = 3301}
```
```
$ nc -vvz 127.0.0.1 3301
C…
-
There could be performance wins by leveraging libraries like [evio](https://github.com/tidwall/evio) that give us direct access to epoll/kqueue.
-
I want to implement a proxy program.
A = evio
B = backend service
The client will connect to A , and A read data from B then out data to A
If B's max connections is 10. and clients is more …