python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
check whether shared memory is attached or not
I am implementing with shared memory.
In order to access the same shared memory, whenever the shared memory address assigned pid and the current pid are different, the address is reassigned through s...
tsp
Votes: 0
Answers: 0
Shared Memory Allocate > 2GB (need to link to 32 bit DLL used by VB6)
I'm using shared memory from boost library in C++, i'm trying to allocate an unordered_map to share with other process.
The code of server is the below:
MapCreator.h
//#pragma once
#pragma warning( di...
Daniele Carriere
Votes: 0
Answers: 1
Are multiple memory mapped files bugged?
when adding a second memory mapped file to my project the first one no longer works cross processes.
Imports System.IO.MemoryMappedFiles
Module IPC
Private ReadOnly _QlCtxOpen As MemoryMappedView...
smoorke
Votes: 0
Answers: 1
Passing argument 3 of ‘fgets’ from incompatible pointer type [enabled by default]
I am a complete rookie to programming in C and have been trying to program a system that will take an integer input, perform a calculation, and tack them onto a string that will then be passed to a sh...
Hexley
Votes: 0
Answers: 1