-
tozhuis the manta new version, support minio?
-
xmerlinI am trying to compile KeyDB on SmartOS and I get an error due to the lack of SO_REUSEPORT. From what I see after some research, there was an attempt at implementation by Patrick Mooney. I see some references in some includes, but it's not clear to me if the implementation is complete... especially since in socket.h it is only activated if _KERNEL is defined... do you have any useful information?"
-
jperkinyeh we don't support it yet, you'll need to ifdef
-
xmerlinok
-
otisthere is code.illumos.org/c/illumos-gate/+/464 still open
-
xmerlinFrom what I see, it makes massive use of SO_REUSEPORT to balance on threads, and at first glance, I think it is quite complicated to remove what they added after the fork from Redis and make it compilable on SmartOS.