Antrax810 / csharptest-net

Automatically exported from code.google.com/p/csharptest-net
0 stars 0 forks source link

Cross-Process Access #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

I am trying to access the same bplustree file from multiple processes for read 
operation and getting the error "System.IO.IOException: The process cannot 
access the file 'C:\ProgramData\IEX365\tree.dat' because it is being used by 
another process.'.

What is the expected output? What do you see instead?

I want to be able to read the same data from multiple process without such 
exception.

What version of the product are you using? On what operating system?
version 2.14.126.467 on Windows 7 64bit.

Please provide any additional information below.

Original issue reported on code.google.com by mukherje...@gmail.com on 7 Sep 2014 at 7:57

GoogleCodeExporter commented 8 years ago
The BPlusTree is not designed to be accessed by multiple instances or processes.

Original comment by Grig...@gmail.com on 29 Jan 2015 at 5:49