Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Concurrent writing to a model

900576Feb 8 2012 — edited Feb 13 2012
Hello,

We are trying to find the best solution to write concurrently to the same semantic model. We have at times more than 20+ threads requesting to update triples in the semantic model. We are currently creating a synchronized block around the operation that all of the threads use to only allow one of the threads access to the editable model. When we did not use the syncronized block the INS and DEL triggers on the Application Table creating deadlocks.

Is there a best practice for writing to the same model at the same time? Any guidence would be helpful.

Thanks
-MichaelB

Edited by: MichaelB on Feb 8, 2012 9:55 AM

Comments

karianna

Adoptopenjdk.net will attempt to continue providing Win-32 and Linux 32 builds

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 12 2012
Added on Feb 8 2012
2 comments
364 views