Ask a Question related to Coldfusion Database Access, Design and Development.
-
jeff_gombala #1
CFMX7 SQL 2000 DeadLocks
After putting CFMX 7 live on our production server we immediately began seeing
deadlocks on the MS SQL server that we did not see when running CF 5. The CPU
utilization on both servers would immediately spike to 100% no matter what kind
of query or stored procedure was ran. We have tried both versions of the JDBC
drivers, the one that ships with CFMX 7 and the updater, and we have tried the
jTDS driver... all produce the same result.
Any help, thoughts, insight on CFMX tuning or performance monitoring would be
appreciated.
jeff_gombala Guest
-
Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?
I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2... -
Windows 2000 CFMX7 CFIDE quit working (it times out)
I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2... -
PL/PgSQL, Inheritance, Locks, and Deadlocks
I apologize for the broadbrush subject, but I've been dealing with some anomalies that seem somewhat interrelated. In the latest manifestation, I... -
massive deadlocks after upgrade from 7.3 to 9.4
Hello, we are using Informix 7.3 and upgrade to 9.4. Our database access layer generator creates code like this: EXEC SQL DECLARE C_Table... -
COM deadlocks under W2k but under NT 4.0
I have ASP code that calls a COM module to perform encryption functions. The code and COM modules have been working great for two years on an two... -
jeffrows@gmail.com #2
Re: CFMX7 SQL 2000 DeadLocks
Found the answer to my issue, CFMX 7 Updater 3 seems to take care of
the situation. We also ended up using JRUN and JNDI datasources.
jeffrows@gmail.com Guest
-
gclausen #3
Re: CFMX7 SQL 2000 DeadLocks
If you are using Client Variables you may want to install the latest CFMX 7 hotfix [url]http://www.macromedia.com/go/fd71533[/url]
gclausen Guest
-
cfoster #4
Re: CFMX7 SQL 2000 DeadLocks
Did the hot fix take care of the problem? We have been having the same problem
these past couple weeks, ever since upgrading our CFMX6.1 server to 7, and
we've installed all the latest updaters and hot fixes. Any troubleshooting
ideas would be greatly appreciated!
cfoster Guest
-
saltech #5
Re: CFMX7 SQL 2000 DeadLocks
I was having similar deadlock errors but changing few things have helped me
reduce them to almost Nil. I would recomed fine tuning you server based on the
your load. Thats what I have changed.
1. First of all I have applied all the hotfixes available out there. Specially
(Updated DataDirect JDBC drivers (version 3.5) )
2. Changed the Maximum number of simultaneous requests to 6. (On a Dual
Processor)
3. Changed the Timeout Requests after ( seconds ) 30.
4. Changed the Maximum JVM Heap Size (MB)1024. (Total Server Memory 2Gig)
5. Disabled the Disable global client variable updates.
See if this helps.
saltech Guest



Reply With Quote

