|
|
|
|
|
by saidnooneever
93 days ago
|
|
of they are zero copy sharing essentially they have both access to same data and this they can screw eachother up. you'd need to design the programs around this... which might aswell make u just use shared memory. without locking if multiple of these things would read or write to the same place the CPU will not appreciate it... u might read or write partials or garbage etc.? still a fun little project but i dont see any use case personally. (perhaps the author has a good one, its not impossible) |
|