Hello,
      I am doing some stress testing using Torque on
Solaris JVM, and I am trying to insert a bunch of rows
about 200 when the quantity is about 50, and I am
doing a commit after each such iteration.

      I am running this same thing in a LOOP for about
100 times and i have a failure rate of about 5%,
wherein the PK that is being set in the object is
NULL.

      When I look in the database, for the next_id
value, it is less than the last PK value, so it is not
even trying to get a new batch of ID's, so it is even
more puzzling to me.

My torque settings are as follows:

I am setting usenewconnection to true, and am
connecting to an oracle datasource.

My datasource factory is: TorqueDataSourceFactory.

thanks in advance,
-Hash.      
      

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

--
To unsubscribe, e-mail:   <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>

Reply via email to