priitj / whitedb

WhiteDB memory database
http://whitedb.org/
GNU General Public License v3.0
608 stars 78 forks source link

32 and 64 bit process error #37

Open kirillv opened 6 years ago

kirillv commented 6 years ago

For example i have 2 processes - wgdb86.exe (with 86 dll built) and wgdb64.exe (with 64 bit dll built). I cannot create shared db in 86 and add rows to it from 64 bit app.

priitj commented 6 years ago

Hi,

this is not supported due to the way whitedb stores and accesses data.

kirillv commented 6 years ago

And never would be? You are storing pointers in shared mem? Its a pity... It was almost i needed..