The OP doesn’t understand how gRPC works. It doesn’t have an in process mode that could share pointers. Everything is serialized and copied. The OP is confused because the generated gRPC code uses pointers in the stubs. On Jul 26, 2025, at 2:00 PM, Jon Perryman <jon.perry...@gmail.com> wrote: -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/1EF25D57-955C-4A11-B07A-4C39A2FC9F87%40ix.netcom.com. |
- [go-nuts] Memory share between 2 executables Léa Galet
- Re: [go-nuts] Memory share between 2 executables Robert Engels
- Re: [go-nuts] Memory share between 2 executables Sharon Mafgaoker
- Re: [go-nuts] Memory share between 2 executa... Jon Perryman
- Re: [go-nuts] Memory share between 2 exe... Robert Engels
- Re: [go-nuts] Memory share between ... Jason E. Aten
- Re: [go-nuts] Memory share betw... Léa Galet
- Re: [go-nuts] Memory share between 2 executables Jon Perryman