-
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…
-
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…
-
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 …
-
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 …
-
There could be performance wins by leveraging libraries like [evio](https://github.com/tidwall/evio) that give us direct access to epoll/kqueue.
-
不期望在windows上有什么好的性能,但是对于演示或者小连接量的系统,还是有作用的
或许可以像evio一样基于std库实现,接口统一就好