[Logo] smithproject.org
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
Messages posted by: parora  XML
Profile for parora -> Messages posted by parora [5]
Author Message
Hi

Smith Release: 1.3 b6
Database: Oracle 10g XE

We are facing DB connection issue in our application which uses smith. We have recently migrated from ColdFusion server to smithproject. One of the mandatory requirement is to perform stress testing with some specific figures.
It is found that the same application when run on Coldfusion server is able to pass the test results. But when using smith project, there is significant difference in the performance results.
The problem seen is the Db connection problem, the Db connectionn keeps on increasing as the testing is performed and finally at some stage the application fails when conn number reaches the max limit configured in smith admin.

There is a heavy use of cfquery, storedproc, cftransaction tags in our applicaiton.

I have also tried changing the max threads for container in jetty.xml...but no success



Can someone give some pointer on this.

Hoping to get a quick response.


Thanks in Advance
Puneet
Hi Team,

My application is using smith release 1.3 b6. It requires subsequent db calls when we do a bulk execution on requests. I found in code that cfquery tag (unlike cfstoredproc) after returning the result do not release the connection immediately, causing the db connections to increase and reach limit easily. As soon as it reaches the limit all my furthur requests stuck and thus fails.

Is there a way where i can release the db connection as soon as it returns the result.

I need to resolve this sooner as my application fails in stress testing.

Hoping to get a quick response.

Thanks in Advance
Puneet




Hi Team,

The Smith release 3.0 b6 comes with JRE 1.4.2_09.

Are there any chances of any smith release to be launched on JRE 1.5.? soon.


Thanks
Puneet
Hi

I still haven't found the answer. Can someone help me with this?


Thanks in Advance

Puneet
Hi

We have developed a cold fusion applicaiton using smith engine 1.3 b4. The smith engine has jre 1.4 supported.

Now i want to migrate it to jre 1.5.
So for that matter i have replaced the jre directory that comes with Smith package to jre 1.5. I have also set the paths/classpath to Java 5.

But when i try to run the smith i get version mismatch error. On investigating it is found out that it is because of the class file versions are created using Java 5 but the JVM used is 1.4.

Is there any other thing i need to change?? Like in jetty.xml of newer version of jetty to be replaced??

Please advice.


Thanks in Advance
Puneet
 
Profile for parora -> Messages posted by parora [5]
Go to:   
Powered by JForum 2.1.6 © JForum Team