-
copecHave any of you read how TidalScale works? It’s pretty interesting. Even though it can do a cache coherency algorithm using local node memory as a tier for the remote node, for the most part it migrates the vcpu thread to the node that most of the data is on. Sort of reminds me of Manta in a round-about way
-
copec
-
sommerfeldtidalscale.com appears to have fallen out of the DNS (NS records point at amazon, amazon refuses queries for them)
-
copecThey got bought by HPE (who have also bought Cray and ScaleMP)
-
copecIt seems you can only spin up TidalScale in IBM Cloud right now
-
rmustaccIf anyone happens to have some e1000g parts sitting around, I'd appreciate a quick regression test of code.illumos.org/c/illumos-gate/+/3336.
-
fenix→ CODE REVIEW 3336: 16348 e1000g I219 V17 does not attach 16347 e1000g LM+V24-27,29 support (NEW) | illumos.org/issues/16348
-
sommerfeldhas anyone out there tried making packetdrill work on illumos?
-
gitomat[illumos-gate] 16336 Install has outlived its usefulness -- Richard Lowe <richlowe⊙rn>
-
jbkif you connect an AF_INET (or AF_INET6) socket localhost, does anyone know offhand if you can get the pid or uid of the peer.. I know that works for UDS, but not sure offhand if things were plumbed up for loopback as well
-
richloweyou can
-
richlowe(I did python -m http.server; telnet localhost 8000; pfiles $(pgrep telnet))
-
richlowealso omnios doesn't have nc(1) by default, who knew?
-
rmustaccI don't think you can call getpeerucred() though.
-
rmustaccSo are you looking for it in the program or external to the program jbk?
-
jclulowgetpeerucred(3C) suggests: "The system currently supports both sides of connection endpoints for local AF_UNIX, AF_INET, and AF_INET6 sockets"
-
jclulowIt just requires that they be SOCK_STREAM
-
jbkin the program