python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Assigning a pandas dataframe to multiprocessing SharedMemory
Is there a straightforward way to assign a pandas dataframe to a multiprocessing SharedMemory buffer? Converting the dataframe to numpy arrays first or pickling it is not an option. Also, the datafram...

Petras Purlys
Votes: 0
Answers: 0
Share an instance of a QMainWindow through shared memory
Is it possible to share an instance of an QMainWindow (or a QWidget) through QSharedMemory?
I have been looking for some examples, and as far as I understood the problem seems to be that the QDataStre...
ddgg
Votes: 0
Answers: 0
Is there any better way to deal with race condition of shared memory in C++?
I need an IPC in my application. I'v tried socket, but its speed is not fast enough. Hence, I use shared memory to do that. To synchronize the communication, I use a flag in the memory and check it in...
Chun-Hsien Lin
Votes: 0
Answers: 0
Where and how are semaphores in PHP stored
I am curious about where and how PHP stores semaphores in context of sharing them within the application.
From what I was able to understand from documentation, they use shared memory.
Since container...
HubertNNN
Votes: 0
Answers: 0