CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
shared-memory
09-15
Net
Connecting a C program to a Python script with shared memory
09-09
Net
How to read data from a binary file and write to a shared memory region?
09-08
Enterprise
How to solve Boost Error: terminate called after throwing an instance of 'boost::interprocess::
08-31
Enterprise
How to properly close and unlink shared memory of multiprocessing?
08-24
database
Is shared memory in POSIX protected against race conditions?
08-11
Mobile
Share portion/area of mmap'ed memory
08-03
Enterprise
Diffenret process wait for different type of message
07-30
Net
How to get correctly the semaphore from shared memory
07-30
Software design
Calculate dimension of shared array of struct
07-17
Net
Segmentation fault when get an array form shared memory
07-01
Software engineering
Using Multiprocessing to speed up program that performs row-wise operations on a fairly large databa
06-26
Software design
Python shared memory, how can I put the random integer into the shared memory block?
06-13
Software engineering
Strange behavior between `std::make_unique` and `std::unique_ptr` with forward declaration
06-02
OS
numpy array backed by shared memory: BufferError
05-20
Back-end
Does boost interprocess support sharing objects containing pointers between processes?
05-17
Net
c IPC Boost::Interprocess vector of classes containing map
05-17
other
Sending int through shared memory between two processes
04-02
other
Are multiple memory mapped files bugged?
03-26
Enterprise
Passing argument 3 of ‘fgets’ from incompatible pointer type [enabled by default]
03-24
Mobile
First touch in case of small sized data sharing on Linux
03-23
Back-end
Can I create a circular buffer on Linux? (current code segfaults)
03-17
Software engineering
Trying to read a file in chunks but can't read it in linear order?
03-15
Mobile
Use thread with shared memory
03-08
Mobile
Cuda misaligned address for a reused shared block memory
03-05
front end
Cuda misaglined address for a reused shared block memory
03-04
Net
Directly make pointer from ints
02-25
front end
Receiving Bus Error after trying to access data in void * from pipe
02-22
database
SHMDT and SHMCTL not deleting Shared Memory Location
02-16
other
C - volatile and memory barriers in lockless shared memory access?
02-11
Software engineering
pcl::PointCloud in shared memory
01-03
database
Multiprocess inherently shared memory in no longer working on python 3.10 (coming from 3.6)
12-31
OS
Control process forking via shared library
12-24
Software engineering
multiprocessing.Pool sharing large lists of lists read-only in memory across child process
11-17
database
Why does python's SharedMemory seem to initialize arrays to zeros
11-13
Enterprise
Semaphores and shared memory already opened / Problem with O_EXCL flag
11-06
front end
Can a lock-free atomic write / consistent read operation be achieved on a 4 byte int using System V
Links:
CodePudding