SQLTransformer bug that appears under load

2002-04-08 Thread neil
I've been load testing my cocoon app with jmeter and I think I've found a SQLTransformer bug. My (MS SQL Server) JDBC driver was complaining about attempts to use various objects after they had been closed (Connections, ResultSets and Statements). In Query.execute() I think this bit should be

Re: SQLTransformer bug that appears under load

2002-04-08 Thread Andrew C. Oliver
A Dangerous fix. But if I had to speculate: I imagine conn.close() is synchronized. Secondly, I imagine its logged. Cause this to be a warning (not be logged) and there should be a performance increase.. Cause conn.close() to not be synchronized (haven't looked...just a guess) and there