Concurrency Violation
Greetings, I am almost ready to release a beta version of a tool that will allow you to edit your EQEmu world database. This tool supports any EQEmu database, either in the past, present or future as it dynamically loads your database. I am having a problem with concurrency violation exceptions with the doors table, though. While my tool can load all the tables, including doors, the doors table seems to be the only table that is not updating and instead is tossing me a concurrency violation. Anyone have any experience with concurrency violations and might know whats so special about the doors table that I keep running up against it there?
EDIT:
Actually, i just tested all the tables and the following tables toss back Concurrency Exceptions when attempted to be updated by my application:
doors
grid_entries
zone
npc_types
spawn2
I understand I don't have any source code posted here, but I am just wondering if anyone else here has had any experience with concurrency exceptions and how to deal with it.
Last edited by WildcardX; 05-28-2005 at 09:29 PM..
|