franferta / jdbm2

Automatically exported from code.google.com/p/jdbm2
0 stars 0 forks source link

Access JDBM database concurrently #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In my application i was using two threads 

I want to use JDBM in this scenario.
1.) for inserting data in to database using  thread 1.

2.)  Retrieving data from the database using thread 2.

Is this possible with JDBM?

if so please provide an example.

Original issue reported on code.google.com by nivason...@gmail.com on 21 Apr 2012 at 12:03

GoogleCodeExporter commented 8 years ago
These two threads should access data concurrently

Original comment by nivason...@gmail.com on 21 Apr 2012 at 12:03