janflyborg

Results 3 issues of janflyborg

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 that it efficiently...

According to http://www.postgresql.org/docs/9.4/static/sql-set-transaction.html it is possible to mark a transaction as read-only. However, it does not seem to be possible to achieve this with npgsql. Would you accept a patch?

enhancement

As far as I can see, the line: `{.passl: "-ldbus-1".}` in dbus.nim is unnecessary, since the library is loaded by dlopen. When cross compiling this library for another machine architecture,...