RE: HELP: Cannot understand DeadLock

2000-09-18 Thread Byron du Preez
Title: RE: HELP: Cannot understand DeadLock We have encountered database deadlocks using CMT and CMP and a SINGLE transaction, where for some reason some of the database calls generated by the CMP code get called in different process IDs on the database (even though they all occur on the same

Re: HELP: Cannot understand DeadLock

2000-09-15 Thread Ishpal
Hi, May be u r not committing the changes to the database... i.e. ur code might be missing connection.commit() before u close the connection to the database -- may be this helps.. bye, Ishpal Simon Harris wrote: Here is a trace from the log file. I don't understand how there can be

Re: HELP: Cannot understand DeadLock

2000-09-15 Thread Simon Harris
t: Friday, September 15, 2000 8:18 PM Subject: Re: HELP: Cannot understand DeadLock Hi, May be u r not committing the changes to the database... i.e. ur code might be missing connection.commit() before u close the connection to the database -- may be this helps.. bye, Ishpal

Re: HELP: Cannot understand DeadLock

2000-09-15 Thread ishpal
just guessed...might be wrong... - Original Message - From: Simon Harris [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, September 15, 2000 6:46 PM Subject: Re: HELP: Cannot understand DeadLock I would have thought the container should manage this. Anyway