I am using nodejs with sockets and the various objects instantiated in each process (which I want common)
On Monday, 7 February 2022 at 23:08:29 UTC+5:30 Kiran Sarpotdar wrote: > Hi, > > I have a mediasoup server and it has the functions for adding video > producer or running some sub functions in it. > > My class (instantiated to function) has the array of such objects. all > these are in the nodejs memory but only in the specific process of the > nodejs > > I want to share such objects, along with their state and sub functions. > > > Is it possible with memcached and if yes, is there any example of storing > and loading the object to common memory across the same server (with > multiple CPU) and then across multiple servers (with multiple CPUs) > > Please help. > > > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/memcached/811c2895-903c-4429-bb86-c0de2f30660dn%40googlegroups.com.
