-
goroutine 8 [IO wait]:
internal/poll.runtime_pollWait(0x7faa33483bc8, 0x72, 0xffffffffffffffff)
C:/Go/src/runtime/netpoll.go:182 +0x56
internal/poll.(*pollDesc).wait(0xc0000ea218, 0x72, 0x1000, 0x…
-
When using any type of command-line flag for `scons` to build `hcana`, these flags are apparently not used for building the `podd` submodul: Example:
```
scons -j8 debug=1
```
compiles `podd` so…
-
Since I consider evio the first/old school event loop libraries for Go I wonder what is the difference between all these newer ones like:
https://github.com/panjf2000/gnet
https://github.com/hslam/n…
-
HAProxy (and probably also Redis) is using the system call splice in Linux (http://man7.org/linux/man-pages/man2/splice.2.html) in order to copy data from one file descriptor to another.
This means…
-
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…
-
how to performance a push service base on evio ?
-
It would be useful to have the prestart time recorded in RCDB as well as the go time. This would enable the start time for any evio file to be found from the 250MHz clock without having to find the t…
-
For runs 10737 and 10738 Top times of both ECal and Hodo are shifted by about 48 ns.
As it was discussed in ECal/Hodo meeting, probably easiest is to shift Top FADC times in the EVIO level,
and po…
-
https://github.com/tidwall/evio/blob/b353be3a765785dafabbb63a7b25aadec3533946/internal/socktoaddr.go#L28-L29
Thank you for the great framework! and I want to ask you about this question.
-
We currently compile 165 plugins by default. This takes time and the compiled libraries take up disk space. Only about 50% of the plugins are regularly used for in production, for monitoring, calibrat…
aaust updated
1 month ago