Dmitry Zavalishin

Results 116 comments of Dmitry Zavalishin

Log to net log dbase, pull and show log in viewer Generalize as value history storage Some database stores all publish packets with time/date and can reply with sets of...

https://github.com/rrd4j/rrd4j/blob/master/README.md

https://pymotw.com/3/socket/multicast.html https://wiki.python.org/moin/UdpCommunication#Receiving https://habr.com/post/141021/

https://tools.ietf.org/html/rfc3171

Download installer from https://cygwin.com/, choose packages to install, then "sh" at windows cmd line and you're set up. As far, as I recall.

It is not a mem leak, it is fragmentation. Temp fix with allocating from any arena on out of mem, will add some time to system life, but not a...

testing with new arenas and bigger mem window

Not easy (scatter/gather, msg control, etc) - do we need?

Currently number and size of arenas are hardcoded. Must be allocated dynamically. Must have per-thread arenas for small and medium-sized objects to overcome giant mutex in allocator. See phantom/vm/alloc.c