-
https://github.com/tidwall/evio/blob/703dc170d8c0d4ed772b6bcfa45f48ac15427882/evio_loop.go#L583
I believe heavy traffic application can gain a lot from reusing packet buffer.
-
compare benchmarks of rpcx services based on Go standard TCP and [evio](https://github.com/tidwall/evio).
-
I have been used hexo for a month , but last weekend when t was ready to push my essays,but when i use Git Bash ....
```
Evio@Echo MINGW64 /d/Github/Rylynnn.github.io (master)
$ hexo g
/c/Users/Evi…
-
我这边想实现一个推送服务器,想用tcp长链接实现。如果一个connection一个goroutine,系统会不会出现最终因为大量goroutine而造成GC超长。如果不这样实现,还有什么好的方式吗?谢谢了
-
"Matrix is singular" Runtime Exception is causing the reconstruction to abort. This exception needs to be caught and handled on an event basis, not a run partition file basis.
-
Code:
```go
events.Opened = func(id int, info evio.Info) (out []byte, opts evio.Options, action evio.Action) {
log.Printf("opened: %d: %v\n", id, info.RemoteAddr)
return
}
```
Output:…
-
Hi,
I am currently looking into using this framework on an upcoming project I am trying to finish. I thought that this was a good lighter alternative for a TCP implementation than LibUV.
I am cu…
-
Tarantool 1.7.4.227
Debian 9 stretch
If I assign specific IP address as a listen (e.g. '192.168.8.8:3344'), _sometimes_ tarantool can not start on system boot:
journalctl -xb | grep -3 'uri…
amdei updated
6 years ago
-
..\github.com\tidwall\evio\evio_other.go:25: undefined: servestdlib
-
when I build on mac ,it warn undefined
./../evio_loop.go:269: undefined: sort.Slice
../../evio_net.go:332: undefined: sort.Slice